FIX:(#1944) When adding a new comic and a new issue was found & downloaded, would fail on the updater portion due to an invalid reference

This commit is contained in:
evilhero 2018-05-08 11:57:13 -04:00
parent 8d626ec361
commit 0b190081ce
1 changed files with 1 additions and 1 deletions

View File

@ -2081,7 +2081,7 @@ def searchforissue(issueid=None, new=False, rsscheck=None, manual=False):
return foundNZB
if foundNZB['status'] is True:
logger.fdebug("I found " + comic['ComicName'] + ' #:' + str(result['Issue_Number']))
updater.foundsearch(result['ComicID'], result['IssueID'], mode=mode, provider=prov, SARC=result['SARC'], IssueArcID=result['IssueArcID'], hash=foundNZB['info']['t_hash'])
updater.foundsearch(ComicID, actissueid, mode=mode, provider=prov, SARC=SARC, IssueArcID=IssueArcID, hash=foundNZB['info']['t_hash'])
else:
if rsscheck: