Fix Ep. Successivo senza autoplay
This commit is contained in:
@@ -470,7 +470,7 @@ def play_from_library(item):
|
|||||||
|
|
||||||
# logger.debug("item: \n" + item.tostring('\n'))
|
# logger.debug("item: \n" + item.tostring('\n'))
|
||||||
# xbmc.Player().play(os.path.join(config.get_runtime_path(), "resources", "kod.mp4"))
|
# 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()
|
platformtools.fakeVideo()
|
||||||
# from core.support import dbg;dbg()
|
# from core.support import dbg;dbg()
|
||||||
# platformtools.prevent_busy(item)
|
# platformtools.prevent_busy(item)
|
||||||
|
|||||||
Reference in New Issue
Block a user