Test Fix Freeze Riproduzione da Libreria

This commit is contained in:
Alhaziel01
2021-01-18 16:40:55 +01:00
parent ed3d959d5a
commit a1f0609fc8
2 changed files with 10 additions and 5 deletions

View File

@@ -1433,6 +1433,9 @@ def prevent_busy(item):
if not item.autoplay and not item.window:
if item.globalsearch: xbmc.Player().play(os.path.join(config.get_runtime_path(), "resources", "kod.mp4"))
else: xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, xbmcgui.ListItem(path=os.path.join(config.get_runtime_path(), "resources", "kod.mp4")))
xbmc.sleep(500)
xbmc.sleep(100)
xbmc.Player().stop()
xbmc.sleep(500)
# xbmc.executebuiltin('Action(Stop)')
# xbmc.sleep(500)
# xbmc.Player().stop()
# xbmc.sleep(500)