mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-15 13:55:05 -05:00
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…
Reference in New Issue
Block a user