mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 18:26:15 +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()
|
currentFile = self.xbmcplayer.getPlayingFile()
|
||||||
except: pass
|
except: pass
|
||||||
|
|
||||||
if count == 5: # try 5 times
|
if count == 10: # try 5 times
|
||||||
log.info("Cancelling playback report...")
|
log.info("Cancelling playback report...")
|
||||||
break
|
break
|
||||||
else: count += 1
|
else: count += 1
|
||||||
|
|
Loading…
Reference in a new issue