increase count for file detection

This commit is contained in:
angelblue05 2018-05-12 22:57:37 -05:00
parent e50780bd37
commit db1767faa3

View file

@ -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