Changeset 665 for trunk


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

StreamVision.py: Fix typo (oops).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StreamVision/StreamVision.py

    r663 r665  
    108108        # A bit better in iTunes 11.0.3, but can't do this via an Apple
    109109        # 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())
    112112    except AttributeError:
    113113        pass
Note: See TracChangeset for help on using the changeset viewer.