diff --git a/platformcode/launcher.py b/platformcode/launcher.py index af6bfb7f..f999f9e5 100644 --- a/platformcode/launcher.py +++ b/platformcode/launcher.py @@ -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)