We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7e982 commit b021ad0Copy full SHA for b021ad0
1 file changed
api/v1_playlists_top.go
@@ -27,6 +27,7 @@ func (app *ApiServer) v1PlaylistsTop(c *fiber.Ctx) error {
27
q := searchv1.PlaylistSearchQuery{
28
IsTagSearch: false,
29
Moods: moods,
30
+ IsAlbum: params.Type == "album",
31
SortMethod: "popular",
32
}
33
0 commit comments