mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-05 17:05:03 -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:
|
||||
return Overview.WANTED
|
||||
if curQuality == Quality.UNKNOWN:
|
||||
return Overview.QUAL
|
||||
elif epStatus in (SNATCHED_BEST, SNATCHED, SNATCHED_PROPER ) and curQuality == maxBestQuality:
|
||||
return Overview.SNATCHED
|
||||
# if they don't want re-downloads then we call it good if they have anything
|
||||
|
Loading…
Reference in New Issue
Block a user