From 612bf079de0f83f1119416afab1aa05f0c6323b6 Mon Sep 17 00:00:00 2001 From: samwiseg00 Date: Wed, 10 Oct 2018 16:46:40 -0400 Subject: [PATCH] Fix transcode decision change for some clients --- plexpy/activity_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/activity_handler.py b/plexpy/activity_handler.py index e6d77f79..7c6fe47f 100644 --- a/plexpy/activity_handler.py +++ b/plexpy/activity_handler.py @@ -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