mirror of
https://github.com/evilhero/mylar
synced 2025-02-20 13:06:50 +00:00
fixed issue when changing individual comic location return page error
This commit is contained in:
parent
aa23a663ba
commit
ac4ec81d7c
1 changed files with 1 additions and 2 deletions
|
@ -455,8 +455,7 @@ class WebInterface(object):
|
|||
#"QUALquality": qual_quality
|
||||
#}
|
||||
myDB.upsert("comics", newValues, controlValueDict)
|
||||
#raise cherrypy.HTTPRedirect("home")
|
||||
return page
|
||||
raise cherrypy.HTTPRedirect("artistPage?ComicID=%s" % ComicID)
|
||||
comic_config.exposed = True
|
||||
|
||||
def configUpdate(self, http_host='0.0.0.0', http_username=None, http_port=8181, http_password=None, launch_browser=0, download_scan_interval=None, nzb_search_interval=None, libraryscan_interval=None,
|
||||
|
|
Loading…
Reference in a new issue