Revert "Don't double-update playstate of a playing item"

This reverts commit 7e2a11ea28.
This commit is contained in:
tomkat83 2016-11-08 20:55:02 +01:00
parent c7dd0db400
commit 332640cf48

View file

@ -1559,9 +1559,6 @@ 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