feat(models): add sort name field to artist model
This commit is contained in:
parent
3f4e8004ca
commit
8852317d71
@ -35,6 +35,7 @@ type Person struct {
|
|||||||
type ArtistBrief struct {
|
type ArtistBrief struct {
|
||||||
ID string `json:"id"`
|
ID string `json:"id"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
|
SortName string `json:"sortName"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Artist struct {
|
type Artist struct {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user