added check for sonarr monitored as well for #141

This commit is contained in:
Nicholas St. Germain 2019-08-09 15:59:21 -05:00
parent 134a53f11a
commit 378e8d6401
No known key found for this signature in database
GPG key ID: 291EE25B239FA5EE

View file

@ -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))