Possibilie Fix autoplay e episodio successivo

This commit is contained in:
Alhaziel01
2021-11-03 12:06:45 +01:00
parent 6e4aec0ab9
commit 60de78f448
4 changed files with 37 additions and 19 deletions
+3 -3
View File
@@ -100,10 +100,10 @@ def mark_auto_as_watched(item):
xbmc.sleep(700)
xbmc.executebuiltin('Action(ParentDir)')
xbmc.sleep(500)
# from core.support import dbg;dbg()
if next_episode and next_episode.next_ep and config.get_setting('next_ep') < 3:
from platformcode.launcher import play_from_library
play_from_library(next_episode)
from platformcode.launcher import run
run(next_episode)
# db need to be closed when not used, it will cause freezes
from core import db