mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-12-16 06:15:29 +00:00
Preferred title in entries & unused fields in contents
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user