From ecb8fc910b3b41241f1f6d5021f773da58e0fe31 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Sat, 16 Jan 2021 17:23:46 +0100 Subject: [PATCH] Fix ricerca globale da remoto --- specials/globalsearch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/specials/globalsearch.py b/specials/globalsearch.py index 9098284f..234ca622 100644 --- a/specials/globalsearch.py +++ b/specials/globalsearch.py @@ -25,6 +25,7 @@ def set_workers(): return workers def Search(*args): + xbmc.executebuiltin('Dialog.Close(all)') w = SearchWindow('GlobalSearch.xml', config.get_runtime_path()) w.start(*args) del w