feat(models): add sort name field to track model
This commit is contained in:
parent
cce32210ef
commit
3f4e8004ca
@ -45,6 +45,7 @@ type Artist struct {
|
||||
type TrackBrief struct {
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
SortName string `json:"sortName"`
|
||||
Duration float32 `json:"duration"`
|
||||
ReleaseDate string `json:"release_date"`
|
||||
AcquireDatetime time.Time `json:"acquire_datetime"`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user