BUGFIX: double entries for almanachse

This commit is contained in:
Simon Martens
2026-01-24 22:14:39 +01:00
parent 5d75934c37
commit cc1f1a8473
13 changed files with 2174 additions and 1953 deletions

View File

@@ -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)
}