Probabile Fix Freeze

This commit is contained in:
Alhaziel01
2021-11-27 08:48:50 +01:00
parent 59e79739e5
commit 70665bea3c
2 changed files with 1 additions and 3 deletions

View File

@@ -1822,7 +1822,5 @@ def prevent_busy(item=None):
def fakeVideo():
xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, xbmcgui.ListItem(path=os.path.join(config.get_runtime_path(), "resources", "kod.mp4")))
while not is_playing():
xbmc.sleep(10)
if xbmc.getCondVisibility("system.platform.android"):
xbmc.sleep(300)
xbmc.sleep(100)
xbmc.Player().stop()