mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 09:15:33 +00:00
IDs: string -> int
This commit is contained in:
@@ -8,10 +8,10 @@ type Inhalte struct {
|
||||
}
|
||||
|
||||
type Inhalt struct {
|
||||
ID string `xml:"ID"`
|
||||
ID int `xml:"ID"`
|
||||
Titelangabe string `xml:"TITEL"`
|
||||
Urheberangabe string `xml:"AUTOR"`
|
||||
Band string `xml:"BAND"`
|
||||
Band int `xml:"BAND"`
|
||||
Objektnummer string `xml:"OBJEKTNUMMER"`
|
||||
Incipit string `xml:"INCIPIT"`
|
||||
Paginierung string `xml:"PAGINIERUNG"`
|
||||
|
||||
Reference in New Issue
Block a user