- Timestamp:
- 05/18/13 06:16:11 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/StreamVision/StreamVision.py
r663 r665 108 108 # A bit better in iTunes 11.0.3, but can't do this via an Apple 109 109 # Event descriptor; have to send multiple events 110 iTunes = iTunesApp()111 return any(d.kind() != k.computer for d in it.current_AirPlay_devices())110 return any(d.kind() != k.computer 111 for d in iTunesApp().current_AirPlay_devices()) 112 112 except AttributeError: 113 113 pass
Note:
See TracChangeset
for help on using the changeset viewer.