Reduce number of author entries in project to one

This commit is contained in:
Veronica Berglyd Olsen
2022-11-27 16:55:54 +01:00
parent 1678cd5e96
commit e5f04e5234
13 changed files with 45 additions and 91 deletions
+2 -2
View File
@@ -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,
}
}