-interface is now notified when a song starts playing. ON-AIR graphic only turns red after this notification.

This commit is contained in:
martin 2011-02-23 17:03:27 -05:00
parent 6b615b4e70
commit dab39f391e
8 changed files with 555 additions and 548 deletions

View file

@ -80,7 +80,7 @@ class Notify:
logger.debug('#################################################')
logger.debug('data = '+ str(data))
response = self.api_client.notify_media_item_start_playing(data, media_id)
logger.debug("Response: "+str(response))
logger.debug("Response: "+json.dumps(response))
if __name__ == '__main__':