BUGFIX: lots of small things

This commit is contained in:
Simon Martens
2025-03-07 12:44:53 +01:00
parent 39537a8ebb
commit ec32aca0bb
15 changed files with 199 additions and 68 deletions

View File

@@ -101,7 +101,7 @@ func handlePreferredTitleEntry(
if band.Jahr == 0 {
jahr = "[o.J.]"
} else {
jahr = "(" + jahr + ")"
jahr = jahr
}
bevti := slices.IndexFunc(rels, func(r xmlmodels.Relation_Band_Reihe) bool { return r.Relation == "1" })