1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Set Unknown as low quality.

Modified reverted commit d280b56e13
This commit is contained in:
Alexandre Beloin 2015-02-12 16:18:18 -05:00
parent 7b767c27a9
commit 4a3007a269

View File

@ -1273,6 +1273,8 @@ class TVShow(object):
if epStatus == FAILED:
return Overview.WANTED
if epStatus == DOWNLOADED and curQuality == Quality.UNKNOWN:
return Overview.QUAL
elif epStatus in (SNATCHED, SNATCHED_PROPER, SNATCHED_BEST):
return Overview.SNATCHED
# if they don't want re-downloads then we call it good if they have anything