- Fix finestra server
- Fix lista episodi da ricerca globale
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user