Fix Cerca Trailer

This commit is contained in:
Alhaziel01
2021-11-06 10:56:06 +01:00
parent 646de5cae4
commit d21ba2dcb7
2 changed files with 17 additions and 14 deletions

View File

@@ -1421,8 +1421,9 @@ def set_player(item, xlistitem, mediaurl, view, strm):
# if it is a video library file send to mark as seen
if strm or item.strm_path: item.options['strm'] = True
# if player_mode == 1: item.options['continue'] = True
from platformcode import xbmc_videolibrary
xbmc_videolibrary.mark_auto_as_watched(item)
if not mediaurl.startswith('plugin'):
from platformcode import xbmc_videolibrary
xbmc_videolibrary.mark_auto_as_watched(item)
# for cases where the audio playback window appears in place of the video one
if item.focusOnVideoPlayer: