mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Fix transcode decision change for some clients
This commit is contained in:
parent
a88047eb9c
commit
612bf079de
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ class ActivityHandler(object):
|
||||||
if this_state == 'buffering':
|
if this_state == 'buffering':
|
||||||
self.on_buffer()
|
self.on_buffer()
|
||||||
|
|
||||||
if this_transcode_key != last_transcode_key and this_state != 'buffering':
|
if this_transcode_key != last_transcode_key:
|
||||||
self.on_change()
|
self.on_change()
|
||||||
|
|
||||||
# If a client doesn't register stop events (I'm looking at you PHT!) check if the ratingKey has changed
|
# If a client doesn't register stop events (I'm looking at you PHT!) check if the ratingKey has changed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue