Fix resume not working if Kodi player start-up is slow
This commit is contained in:
parent
f0aae64214
commit
db4f75da0c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ from . import playback_decision, app
|
||||||
LOG = getLogger('PLEX.playback')
|
LOG = getLogger('PLEX.playback')
|
||||||
# Do we need to return ultimately with a setResolvedUrl?
|
# Do we need to return ultimately with a setResolvedUrl?
|
||||||
RESOLVE = True
|
RESOLVE = True
|
||||||
TRY_TO_SEEK_FOR = 10 # =30 seconds
|
TRY_TO_SEEK_FOR = 300 # =300 seconds
|
||||||
IGNORE_SECONDS_AT_START = 15
|
IGNORE_SECONDS_AT_START = 15
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue