From 35f7a50345bd7ddf9e891e4259ea5d6c82cca0e6 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Fri, 5 Nov 2021 17:24:23 +0100 Subject: [PATCH] ooops --- platformcode/launcher.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platformcode/launcher.py b/platformcode/launcher.py index ce05b5bb..acd8e1c9 100644 --- a/platformcode/launcher.py +++ b/platformcode/launcher.py @@ -470,10 +470,10 @@ 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: - # platformtools.fakeVideo() - - platformtools.prevent_busy(item) + if not item.autoplay: + platformtools.fakeVideo() + # from core.support import dbg;dbg() + # platformtools.prevent_busy(item) itemlist=[]