From 5233da76389ad1fab8f6eda160bab7ac98400d83 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Wed, 24 Nov 2021 18:00:43 +0100 Subject: [PATCH] Test 2 Fix Riproduci da finestra informazioni in adesso in onda --- platformcode/launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformcode/launcher.py b/platformcode/launcher.py index 7172eaef..19bb6e16 100644 --- a/platformcode/launcher.py +++ b/platformcode/launcher.py @@ -307,8 +307,8 @@ def run(item=None): db['OnPlay']['addon'] = False db.close() if reload: + platformtools.fakeVideo() import xbmc - xbmc.Player().play() return xbmc.executebuiltin("Container.Update(" + sys.argv[0] + "?" + item.tourl() + ")") logger.debug("Executing channel '%s' method" % item.action)