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