Reduce number of author entries in project to one
This commit is contained in:
@@ -968,9 +968,9 @@ class GuiBuildNovel(QDialog):
|
||||
elif theFmt == self.FMT_JSON_H or theFmt == self.FMT_JSON_M:
|
||||
jsonData = {
|
||||
"meta": {
|
||||
"workingTitle": self.theProject.data.name,
|
||||
"projectName": self.theProject.data.name,
|
||||
"novelTitle": self.theProject.data.title,
|
||||
"authors": self.theProject.data.authors,
|
||||
"novelAuthor": self.theProject.data.author,
|
||||
"buildTime": self.buildTime,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user