mirror of
https://github.com/moparisthebest/SickRage
synced 2025-03-03 10:01:53 -05:00
Set Unknown as low quality.
Modified reverted commit d280b56e13ed1423afafbde3749b4650f43e9700
This commit is contained in:
parent
7b767c27a9
commit
4a3007a269
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user