Fix aggiornamento Videoteca

This commit is contained in:
Alhaziel01
2021-05-29 19:04:59 +02:00
parent f7fd28e9d1
commit ef8f78ea07
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -496,7 +496,7 @@ def update_videolibrary(item=None):
shows = dict(videolibrarydb['tvshow']).values()
for show in shows:
if show['item'].active or item.forced:
if show['item'].active or (item and item.forced):
for s in show['channels'].values():
show_list += s