1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Fix low quality snatch not showing in backlog overview

Low quality snatched wasn't appearing anymore in backlog overview

From:
7878a1b610
@Tagforce
This commit is contained in:
Fernando 2015-02-18 09:01:40 -02:00
parent e0204d048e
commit 226a7148d2

View File

@ -1276,8 +1276,9 @@ class TVShow(object):
if epStatus == DOWNLOADED and curQuality == Quality.UNKNOWN:
return Overview.QUAL
elif epStatus in (SNATCHED, SNATCHED_PROPER, SNATCHED_BEST):
if curQuality < maxBestQuality:
return Overview.QUAL
return Overview.SNATCHED
# if they don't want re-downloads then we call it good if they have anything
elif maxBestQuality == None:
return Overview.GOOD
# if they have one but it's not the best they want then mark it as qual