mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-07 03:48:02 -05:00
Re-download episode when manualsearch if quality is Unknown
https://github.com/SiCKRAGETV/sickrage-issues/issues/428
This commit is contained in:
parent
91cb8d885c
commit
8ad52924a6
@ -1240,6 +1240,10 @@ class TVShow(object):
|
|||||||
logger.log(u"Episode already exists but the found episode has better quality, getting found episode",
|
logger.log(u"Episode already exists but the found episode has better quality, getting found episode",
|
||||||
logger.DEBUG)
|
logger.DEBUG)
|
||||||
return True
|
return True
|
||||||
|
elif curStatus == Quality.UNKNOWN and manualSearch:
|
||||||
|
logger.log(u"Episode already exists but quality is Unknown, getting found episode",
|
||||||
|
logger.DEBUG)
|
||||||
|
return True
|
||||||
else:
|
else:
|
||||||
logger.log(u"Episode already exists and the found episode has same/lower quality, ignoring found episode",
|
logger.log(u"Episode already exists and the found episode has same/lower quality, ignoring found episode",
|
||||||
logger.DEBUG)
|
logger.DEBUG)
|
||||||
|
Loading…
Reference in New Issue
Block a user