diff --git a/internal/api/playlists.go b/internal/api/playlists.go index bd2779a0..e74291d3 100644 --- a/internal/api/playlists.go +++ b/internal/api/playlists.go @@ -38,11 +38,11 @@ type playlistRowView struct { // which kinds support it (false for user + songs_like_artist). Refreshable bool `json:"refreshable"` SeedArtistID *string `json:"seed_artist_id,omitempty"` - CoverURL string `json:"cover_url,omitempty"` - TrackCount int32 `json:"track_count"` - DurationSec int32 `json:"duration_sec"` - CreatedAt string `json:"created_at"` - UpdatedAt string `json:"updated_at"` + CoverURL string `json:"cover_url,omitempty"` + TrackCount int32 `json:"track_count"` + DurationSec int32 `json:"duration_sec"` + CreatedAt string `json:"created_at"` + UpdatedAt string `json:"updated_at"` } // playlistTrackView is one row of a playlist's track list on the wire.