This commit is contained in:
Laptop
2025-08-31 00:54:54 +03:00
parent 0474290010
commit fd571bc23c

View File

@@ -21,7 +21,7 @@ type PlaylistOrUser struct {
// Playlist-specific // Playlist-specific
Title string `json:"title"` Title string `json:"title"`
Author struct { Author struct {
Permalink string Permalink string `string:"permalink"`
} `json:"author"` } `json:"author"`
Artwork string `json:"artwork_url"` Artwork string `json:"artwork_url"`
TrackCount int64 `json:"track_count"` TrackCount int64 `json:"track_count"`