Modifiche ad Alpha

This commit is contained in:
Alhaziel01
2021-08-24 17:38:44 +02:00
parent 2764c48805
commit dfeec60fe3
27 changed files with 1945 additions and 67 deletions

View File

@@ -28,7 +28,9 @@ MANUALMODE = 'manual'
GROUP = 'info'
# helper Functions
def check(item):
def check(item, itemlist=None):
if itemlist and itemlist[0].contentSeason:
return True
logger.debug()
dict_series = load(item)
title = item.fulltitle.rstrip()