From 84bc6f61359e443ceb606a1b1cf0e64667baf6d8 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Tue, 25 Oct 2022 15:11:47 +0200 Subject: [PATCH] Fix Play in ricerca con un unico server --- specials/globalsearch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/specials/globalsearch.py b/specials/globalsearch.py index 39b10a37..22171566 100644 --- a/specials/globalsearch.py +++ b/specials/globalsearch.py @@ -689,6 +689,7 @@ class SearchWindow(xbmcgui.WindowXML): if self.itemsResult and self.itemsResult[0].server: from platformcode.launcher import findvideos findvideos(self.item, self.itemsResult) + busy(False) return except: import traceback