fix names in title
This commit is contained in:
parent
8d534d083d
commit
5713735ebf
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user