parent
197bee9348
commit
248cbe2c90
1 changed files with 2 additions and 2 deletions
|
@ -1265,8 +1265,8 @@ class LibrarySync(Thread):
|
|||
"""
|
||||
for item in data:
|
||||
status = item['state']
|
||||
if status == 'buffering':
|
||||
# Drop buffering messages immediately
|
||||
if status == 'buffering' or status == 'stopped':
|
||||
# Drop buffering and stop messages immediately - no value
|
||||
continue
|
||||
plex_id = item['ratingKey']
|
||||
skip = False
|
||||
|
|
Loading…
Reference in a new issue