Ignore:
Timestamp:
09/18/13 17:34:09 (11 years ago)
Author:
Nicholas Riley
Message:

StreamVision.py: Work around iTunes 11.1 AirPlay scripting bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StreamVision/StreamVision.py

    r667 r668  
    121121    except AttributeError:
    122122        pass
     123    except CommandError: # iTunes 11.1 fails with AirPort Express
     124        return True
    123125
    124126    systemEvents = app(id='com.apple.systemEvents')
Note: See TracChangeset for help on using the changeset viewer.