Possibile fix Busy dialog

This commit is contained in:
Alhaziel01
2020-12-10 11:03:53 +01:00
parent 36dcb2bf01
commit 91b6cf6691
4 changed files with 31 additions and 53 deletions

View File

@@ -650,6 +650,7 @@ class SearchWindow(xbmcgui.WindowXML):
elif control_id in [SERVERLIST]:
server = Item().fromurl(self.getControl(control_id).getSelectedItem().getProperty('item'))
server.new_search=True
return run(server)
def Back(self):