mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Merge pull request #1250 from fernandog/patch-11
Set UNKNOWN quality as Low Quality
This commit is contained in:
commit
4be1391b1e
@ -1273,6 +1273,8 @@ 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