mirror of https://github.com/evilhero/mylar
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:
parent
8d626ec361
commit
0b190081ce
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue