- Chiusura finestra server dopo standby

- Menu contestuale in finestra server
 - Piccoli fix deltabit e uqloads
 - Piccolo fix gestione viste
 - Fix gestione salva link
This commit is contained in:
Alhaziel01
2022-01-13 13:02:01 +01:00
parent a7a94eb20b
commit 29a5b2569e
7 changed files with 103 additions and 62 deletions

View File

@@ -381,7 +381,7 @@ def actions(item):
else:
config.set_setting('install_trakt', True)
if len([s for s in itemlist if s.server]) > 0:
if len([s for s in itemlist if s.server]) > 0 and item.action in ['findvideos']:
findvideos(item, itemlist)
else:
platformtools.render_items(itemlist, item)