Merge pull request #1416 from croneter/python3-fix-seek
Fix resume not working if Kodi player start-up is slow
This commit is contained in:
commit
63852cdcaf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
###############################################################################
|
||||
|
||||
|
|
Loading…
Reference in a new issue