CC-4473: On Air button greys out when one out of two same Webstreams is cancelled
-fixed
This commit is contained in:
parent
09bc686d99
commit
4c58c4c9a9
4 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue