Fix Ep. Successivo senza autoplay

This commit is contained in:
Alhaziel01
2021-11-08 09:02:25 +01:00
parent 447104a66e
commit 49764eae1f

View File

@@ -470,7 +470,7 @@ def play_from_library(item):
# logger.debug("item: \n" + item.tostring('\n'))
# xbmc.Player().play(os.path.join(config.get_runtime_path(), "resources", "kod.mp4"))
if not item.autoplay:
if not item.autoplay and not item.next_ep:
platformtools.fakeVideo()
# from core.support import dbg;dbg()
# platformtools.prevent_busy(item)