CC-4473: On Air button greys out when one out of two same Webstreams is cancelled

-fixed
This commit is contained in:
Martin Konecny 2012-09-18 15:23:26 -04:00
parent 09bc686d99
commit 4c58c4c9a9
4 changed files with 5 additions and 2 deletions

View file

@ -191,7 +191,7 @@ class PypoPush(Thread):
if self.current_stream_info is None:
correct = False
else:
correct = self.current_stream_info['uri'] == media_item['uri']
correct = self.current_stream_info['row_id'] == media_item['row_id']
self.logger.debug("Is current item correct?: %s", str(correct))
return correct