Possibilità di passare all'episodio successivo in Automatico o Manuale

This commit is contained in:
Alhaziel01
2021-03-10 16:20:45 +01:00
parent 55c5f53ff1
commit 638c6f6de0
4 changed files with 20 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ def mark_auto_as_watched(item):
xbmc.sleep(700)
xbmc.executebuiltin('Action(ParentDir)')
xbmc.sleep(500)
if next_episode and next_episode.next_ep:
if next_episode and next_episode.next_ep and config.get_setting('next_ep') == 1:
from platformcode.launcher import play_from_library
play_from_library(next_episode)
# db need to be closed when not used, it will cause freezes