FIX: Fix for marking a Snatched Download as Failed and having it return an error to the GUI, but still process the Failed request

This commit is contained in:
evilhero 2018-03-02 21:21:11 -05:00
parent e75ca44453
commit feaf102ed3
1 changed files with 0 additions and 2 deletions

View File

@ -1463,7 +1463,6 @@ class WebInterface(object):
myDB.upsert("annuals", newValueDict, controlValueDict)
else:
myDB.upsert("issues", newValueDict, controlValueDict)
yield cherrypy.HTTPRedirect("comicDetails?ComicID=%s" % ComicID)
self.failed_handling(ComicID=ComicID, IssueID=IssueID)
else:
logger.info(u"Marking " + ComicName + " issue # " + IssueNumber + " as Skipped...")
@ -1472,7 +1471,6 @@ class WebInterface(object):
myDB.upsert("annuals", newValueDict, controlValueDict)
else:
myDB.upsert("issues", newValueDict, controlValueDict)
#cherrypy.HTTPRedirect("comicDetails?ComicID=%s" % ComicID)
else:
#if ComicName is not None, then it's from the FuturePull list that we're 'unwanting' an issue.
#ComicID may be present if it's a watch from the Watchlist, otherwise it won't exist.