mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2025-12-10 21:59:38 +05:00
oops
This commit is contained in:
@@ -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"`
|
||||||
|
|||||||
Reference in New Issue
Block a user