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