diff --git a/internal/models/objects.go b/internal/models/objects.go index 7bef04c..62b6f1f 100644 --- a/internal/models/objects.go +++ b/internal/models/objects.go @@ -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"`