Ignore:
Timestamp:
11/10/05 06:10:30 (18 years ago)
Author:
Nicholas Riley
Message:

StreamVision.py: missed a .get() for compatibility with old appscript (?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StreamVision/StreamVision.py

    r199 r200  
    128128        iTunes.playpause()
    129129        if HAVE_XTENSION:
    130             if iTunes.player_state() == k.playing:
     130            if iTunes.player_state.get() == k.playing:
    131131                XTensionApp().turnon('Stereo')
    132132            else:
Note: See TracChangeset for help on using the changeset viewer.