added check for sonarr monitored as well for #141
This commit is contained in:
parent
134a53f11a
commit
378e8d6401
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class SonarrAPI(object):
|
|||
else:
|
||||
downloaded = 0
|
||||
if query == "Missing":
|
||||
if not downloaded:
|
||||
if show.monitored and not downloaded:
|
||||
missing.append((show.series['title'], downloaded, sxe, show.title, show.airDateUtc, show.id))
|
||||
else:
|
||||
air_days.append((show.series['title'], downloaded, sxe, show.title, show.airDateUtc, show.id))
|
||||
|
|
Loading…
Reference in a new issue