Don't double-update playstate of a playing item
This commit is contained in:
parent
2ca4ad7b6c
commit
7e2a11ea28
1 changed files with 3 additions and 0 deletions
|
@ -1546,6 +1546,9 @@ class LibrarySync(Thread):
|
|||
continue
|
||||
|
||||
currSess = self.sessionKeys[sessionKey]
|
||||
if window('plex_currently_playing_itemid') == ratingKey:
|
||||
# Don't update what we already know
|
||||
continue
|
||||
if settings('plex_serverowned') != 'false':
|
||||
# Identify the user - same one as signed on with PKC? Skip
|
||||
# update if neither session's username nor userid match
|
||||
|
|
Loading…
Reference in a new issue