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