Revert "Text fix dispositivi lenti"

This reverts commit 6fd04b1a73.
This commit is contained in:
Alhaziel01
2020-12-19 09:52:35 +01:00
parent 6fd04b1a73
commit 82fb4e75e6
3 changed files with 12 additions and 15 deletions

View File

@@ -464,10 +464,8 @@ def play_from_library(item):
# logger.debug("item: \n" + item.tostring('\n'))
# Try to reproduce an image (this does nothing and also does not give an error)
platformtools.prevent_busy(item)
# xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, xbmcgui.ListItem(path=os.path.join(config.get_runtime_path(), "resources", "kod.mp4")))
# xbmc.sleep(200)
# xbmc.Player().stop()
xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, xbmcgui.ListItem(path=os.path.join(config.get_runtime_path(), "resources", "kod.mp4")))
xbmc.Player().stop()
# Modify the action (currently the video library needs "findvideos" since this is where the sources are searched
item.action = "findvideos"