fix errore mediasetplay nelle sezioni con molti elementi + fix minori

This commit is contained in:
mac12m99
2021-03-20 21:02:18 +01:00
parent 92dc09f370
commit 9f231db4d1
3 changed files with 10 additions and 4 deletions

View File

@@ -165,7 +165,10 @@ def check_for_update(overwrite=True):
if estado: # If the update was successful ...
estado_verify_playcount_series = True # ... is checked to change the Video Library option
interval = int(serie.active) # Could be the bool type
try:
interval = int(serie.active) # Could be the bool type
except:
interval = 1
if not serie.active:
# if the series is not active discard