mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
increase count for file detection
This commit is contained in:
parent
e50780bd37
commit
db1767faa3
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class Player(xbmc.Player):
|
|||
currentFile = self.xbmcplayer.getPlayingFile()
|
||||
except: pass
|
||||
|
||||
if count == 5: # try 5 times
|
||||
if count == 10: # try 5 times
|
||||
log.info("Cancelling playback report...")
|
||||
break
|
||||
else: count += 1
|
||||
|
|
Loading…
Reference in a new issue