mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 10:35:30 +00:00
BUGFIX: double entries for almanachse
This commit is contained in:
@@ -86,7 +86,8 @@ func init() {
|
||||
|
||||
wg.Wait()
|
||||
|
||||
entries, err := seed.RecordsFromBände(app, *adb, placesmap)
|
||||
contentCounts := seed.ContentCountsAfterFilter(adb.Inhalte)
|
||||
entries, err := seed.RecordsFromBände(app, *adb, placesmap, contentCounts)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user