mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-07 03:48:02 -05:00
Merge pull request #1155 from fernandog/patch-4
Don't re-download same quality if we do MANUAL SEARCH
This commit is contained in:
commit
10502ddaef
@ -1224,11 +1224,11 @@ class TVShow(object):
|
|||||||
if epStatus in (WANTED, UNAIRED, SKIPPED):
|
if epStatus in (WANTED, UNAIRED, SKIPPED):
|
||||||
logger.log(u"Existing episode status is wanted/unaired/skipped, getting found episode", logger.DEBUG)
|
logger.log(u"Existing episode status is wanted/unaired/skipped, getting found episode", logger.DEBUG)
|
||||||
return True
|
return True
|
||||||
elif manualSearch:
|
#elif manualSearch:
|
||||||
logger.log(
|
# logger.log(
|
||||||
u"Usually ignoring found episode, but forced search allows the quality, getting found episode",
|
# u"Usually ignoring found episode, but forced search allows the quality, getting found episode",
|
||||||
logger.DEBUG)
|
# logger.DEBUG)
|
||||||
return True
|
# return True
|
||||||
else:
|
else:
|
||||||
logger.log(u"Quality is on wanted list, need to check if it's better than existing quality",
|
logger.log(u"Quality is on wanted list, need to check if it's better than existing quality",
|
||||||
logger.DEBUG)
|
logger.DEBUG)
|
||||||
|
Loading…
Reference in New Issue
Block a user