mirror of
https://github.com/evilhero/mylar
synced 2025-02-21 13:36:52 +00:00
FIX for #1450: Couldn’t add issues from Story Arcs
This commit is contained in:
parent
5e749801ef
commit
0e5327d4d6
1 changed files with 1 additions and 0 deletions
|
@ -528,6 +528,7 @@ class WebInterface(object):
|
|||
"StoryArcID": AD['StoryArcID']}
|
||||
newVals = {"ComicID": AD['ComicID'],
|
||||
"IssueID": AD['IssueID'],
|
||||
"IssueArcID": AD['IssueArcID'],
|
||||
"StoryArc": storyarcname,
|
||||
"ComicName": AD['ComicName'],
|
||||
"DynamicComicName": AD['DynamicName'],
|
||||
|
|
Loading…
Reference in a new issue