- Fix finestra server

- Fix lista episodi da ricerca globale
This commit is contained in:
Alhaziel01
2022-02-18 18:03:31 +01:00
parent 57bd9c5d2e
commit d5ec77ad06
2 changed files with 4 additions and 2 deletions

View File

@@ -2011,7 +2011,7 @@ def serverWindow(item, itemlist):
if itemlist:
def monitor(itemlist):
reopen = True
reopen = False
while not xbmc.Monitor().abortRequested():
if not is_playing():
if reopen:
@@ -2020,8 +2020,10 @@ def serverWindow(item, itemlist):
break
if config.get_setting('window_type') == 0:
selection = ServerSkinWindow("DialogSelect.xml", config.get_runtime_path()).start(item, itemlist)
reopen = True
else:
selection = ServerWindow('Servers.xml', config.get_runtime_path()).start(item, itemlist)
reopen = True
if selection == -1:
break