FIX: If an issue was published between Nov-Jan, Mylar wouldn't roll over to the following year and re-do the search

This commit is contained in:
evilhero 2013-01-13 13:12:16 -05:00
parent a4081edb7e
commit 8da249d39a
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ def NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, nzbprov, nzbpr, Is
if cnt == 0:
comic_andiss = m[cnt]
logger.fdebug("Comic: " + str(comic_andiss))
if UseFuzzy == "0" or UseFuzzy == "2":
if UseFuzzy == "0" or UseFuzzy == "2" or IssDateFix == "yes":
if m[cnt][:-2] == '19' or m[cnt][:-2] == '20':
logger.fdebug("year detected: " + str(m[cnt]))