Fix resume not working if Kodi player start-up is slow

This commit is contained in:
croneter 2021-03-19 16:19:10 +01:00
parent f0aae64214
commit db4f75da0c

View file

@ -20,7 +20,7 @@ from . import playback_decision, app
LOG = getLogger('PLEX.playback')
# Do we need to return ultimately with a setResolvedUrl?
RESOLVE = True
TRY_TO_SEEK_FOR = 10 # =30 seconds
TRY_TO_SEEK_FOR = 300 # =300 seconds
IGNORE_SECONDS_AT_START = 15
###############################################################################