fix names in title

This commit is contained in:
The Foxon 2023-12-17 23:03:44 +12:00
parent 8d534d083d
commit 5713735ebf

View File

@ -22,9 +22,9 @@ type Title struct {
}
type titleNames struct {
Ru string `json:"ru"`
En string `json:"en"`
Alternative any `json:"alternative"`
Ru string `json:"ru,omitempty"`
En string `json:"en,omitempty"`
Alternative string `json:"alternative,omitempty"`
}
type titleStatus struct {