Changeset 415


Ignore:
Timestamp:
02/26/08 07:05:58 (16 years ago)
Author:
Nicholas Riley
Message:

StreamVision: actually bother to test this time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StreamVision/StreamVision.py

    r414 r415  
    176176        iTunes = iTunesApp()
    177177        if amuaPlaying():
    178             if rating < 0:
     178            if increment < 0:
    179179                AmuaApp().ban_song()
    180180                growlNotify('Banned song.', '')
     
    294294            key = theEvent.data1()
    295295            if key == kHIDUsage_Csmr_ScanNextTrack:
    296                 iTunesApp().next_track()
     296                self.nextTrack()
    297297            elif key == kHIDUsage_Csmr_ScanPreviousTrack:
    298298                iTunesApp().previous_track()
Note: See TracChangeset for help on using the changeset viewer.