Fix Ricerca Raiplay

This commit is contained in:
Alhaziel01
2020-12-23 19:17:43 +01:00
parent e71718a047
commit c563b0e089
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -594,7 +594,7 @@ class SearchWindow(xbmcgui.WindowXMLDialog):
busy(False)
return
if item.action not in ['findvideos', 'episodios']: # special items (add to videolibrary, download ecc.)
if item.action in ['add_pelicula_to_library', 'add_serie_to_library','save_download']: # special items (add to videolibrary, download ecc.)
xbmc.executebuiltin("RunPlugin(plugin://plugin.video.kod/?" + item_url + ")")
busy(False)
return
@@ -742,9 +742,9 @@ class SearchWindow(xbmcgui.WindowXMLDialog):
def playmonitor(self, server=None):
if server:
platformtools.prevent_busy(server)
server.window = True
server.globalsearch = True
platformtools.prevent_busy(server)
Thread(target=run, args=[server]).start()
# run(server)
try: