/_/featured - view featured tracks (aka "Hear what’s trending for free in the SoundCloud community") and fixes

This commit is contained in:
Laptop
2024-11-21 17:57:07 +02:00
parent fe16c25c3e
commit a604174c12
7 changed files with 87 additions and 23 deletions

View File

@@ -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
}