mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 17:25:32 +00:00
BUGFIX: lots of small things
This commit is contained in:
@@ -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" })
|
||||
|
||||
Reference in New Issue
Block a user