1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-05 17:05:03 -05:00

Revert "Fix low quality snatched episode don't appear at backlog"

This reverts commit 9101f644f7.
This commit is contained in:
Alexandre Beloin 2015-02-12 15:46:53 -05:00
parent 0f01638887
commit 7b767c27a9

View File

@ -1273,7 +1273,7 @@ class TVShow(object):
if epStatus == FAILED:
return Overview.WANTED
elif epStatus in (SNATCHED_BEST, SNATCHED, SNATCHED_PROPER ) and curQuality == maxBestQuality:
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
elif maxBestQuality == None: