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 { type titleNames struct {
Ru string `json:"ru"` Ru string `json:"ru,omitempty"`
En string `json:"en"` En string `json:"en,omitempty"`
Alternative any `json:"alternative"` Alternative string `json:"alternative,omitempty"`
} }
type titleStatus struct { type titleStatus struct {