mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-08 04:18:09 -05:00
Revert "Set UNKNOWN quality as Low Quality"
This reverts commit d280b56e13
.
This commit is contained in:
parent
c62d8f2c79
commit
0f01638887
@ -1273,8 +1273,6 @@ class TVShow(object):
|
|||||||
|
|
||||||
if epStatus == FAILED:
|
if epStatus == FAILED:
|
||||||
return Overview.WANTED
|
return Overview.WANTED
|
||||||
if curQuality == Quality.UNKNOWN:
|
|
||||||
return Overview.QUAL
|
|
||||||
elif epStatus in (SNATCHED_BEST, SNATCHED, SNATCHED_PROPER ) and curQuality == maxBestQuality:
|
elif epStatus in (SNATCHED_BEST, SNATCHED, SNATCHED_PROPER ) and curQuality == maxBestQuality:
|
||||||
return Overview.SNATCHED
|
return Overview.SNATCHED
|
||||||
# if they don't want re-downloads then we call it good if they have anything
|
# if they don't want re-downloads then we call it good if they have anything
|
||||||
|
Loading…
Reference in New Issue
Block a user