Preferred title in entries & unused fields in contents

This commit is contained in:
Simon Martens
2025-02-09 14:05:27 +01:00
parent 851de285aa
commit 1b54e0aef1
5 changed files with 62 additions and 22 deletions

View File

@@ -56,7 +56,7 @@ func init() {
wg.Wait()
if records, err := seed.RecordsFromBände(app, adb.Bände, adb.Orte); err == nil {
if records, err := seed.RecordsFromBände(app, *adb); err == nil {
if err = seed.BatchSave(app, records); err != nil {
panic(err)
}