From 84951a6801e85086d1665b57b45dd7e72e7e6ac4 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Tue, 25 Oct 2022 15:49:20 +0200 Subject: [PATCH] Fix Autoplay e Altadefinizione --- specials/globalsearch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/globalsearch.py b/specials/globalsearch.py index 22171566..670b7583 100644 --- a/specials/globalsearch.py +++ b/specials/globalsearch.py @@ -688,8 +688,8 @@ class SearchWindow(xbmcgui.WindowXML): self.itemsResult = getattr(self.channel, item.action)(item) if self.itemsResult and self.itemsResult[0].server: from platformcode.launcher import findvideos - findvideos(self.item, self.itemsResult) busy(False) + findvideos(self.item, self.itemsResult) return except: import traceback