Merge pull request #1323 from samwiseg00/fix/transcode_change

Fix transcode decision change for some clients
This commit is contained in:
JonnyWong16
2018-10-10 21:09:05 -07:00
committed by GitHub

View File

@@ -282,7 +282,7 @@ class ActivityHandler(object):
if this_state == 'buffering':
self.on_buffer()
if this_transcode_key != last_transcode_key and this_state != 'buffering':
if this_transcode_key != last_transcode_key:
self.on_change()
# If a client doesn't register stop events (I'm looking at you PHT!) check if the ratingKey has changed