mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-01-07 19:39:40 +05:00
/_/featured - view featured tracks (aka "Hear what’s trending for free in the SoundCloud community") and fixes
This commit is contained in:
@@ -72,7 +72,7 @@ func SearchPlaylists(prefs cfg.Preferences, args string) (*Paginated[*Playlist],
|
||||
}
|
||||
|
||||
p := Paginated[*Playlist]{Next: "https://" + api + "/search/playlists" + args + "&client_id=" + cid}
|
||||
err = p.Proceed()
|
||||
err = p.Proceed(true)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user