Skip to content

Commit

Permalink
Merge pull request #232 from dagwieers/revert-mistake
Browse files Browse the repository at this point in the history
Revert test change
  • Loading branch information
dagwieers authored Dec 3, 2020
2 parents d9e7cbb + 8ccb2fc commit a0a1fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def reset_queue(self):

def onPlayBackStarted(self): # pylint: disable=invalid-name
"""Will be called when kodi starts playing a file"""
self.monitor.waitForAbort(2)
self.monitor.waitForAbort(5)
if not getCondVisibility('videoplayer.content(episodes)'):
return
self.state.track = True
Expand Down

0 comments on commit a0a1fcd

Please sign in to comment.