mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Merge pull request #1328 from samwiseg00/fix/on_change
Fix transcode change creating invalid sessions in the DB
This commit is contained in:
commit
c098175ba9
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ class ActivityHandler(object):
|
|||
if this_state == 'buffering':
|
||||
self.on_buffer()
|
||||
|
||||
if this_transcode_key != last_transcode_key:
|
||||
if this_transcode_key != last_transcode_key and this_state != 'stopped':
|
||||
self.on_change()
|
||||
|
||||
# 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