Revert "Sleep a bit before marking item as fully watched"
This commit is contained in:
parent
2bddec60db
commit
12cf23a4b5
1 changed files with 0 additions and 2 deletions
|
@ -350,8 +350,6 @@ class Player(xbmc.Player):
|
|||
log.info("Percent complete: %s Mark played at: %s"
|
||||
% (percentComplete, v.MARK_PLAYED_AT))
|
||||
if percentComplete >= v.MARK_PLAYED_AT:
|
||||
# Kodi seems to sometimes overwrite our playstate, so wait
|
||||
xbmc.sleep(500)
|
||||
# Tell Kodi that we've finished watching (Plex knows)
|
||||
if (data['fileid'] is not None and
|
||||
data['itemType'] in (v.KODI_TYPE_MOVIE,
|
||||
|
|
Loading…
Reference in a new issue