Nuova Videoteca Gestione episodi locali (Inizio)

This commit is contained in:
Alhaziel01
2021-06-10 19:07:53 +02:00
parent 3fd09dbb11
commit 0cceffea0c
7 changed files with 166 additions and 136 deletions
+3 -4
View File
@@ -229,10 +229,9 @@ def run(item=None):
if config.get_setting("max_links", "videolibrary") != 0:
itemlist = limit_itemlist(itemlist)
if item.window:
if item.channel != 'videolibrary':
p_dialog.update(100)
p_dialog.close()
if item.window and item.channel not in ['videolibrary', 'local']:
p_dialog.update(100)
p_dialog.close()
platformtools.serverwindow(item, itemlist)
else:
platformtools.render_items(itemlist, item)