Skip to content

Commit b021ad0

Browse files
authored
Fix top album querying (#504)
🤦
1 parent da7e982 commit b021ad0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/v1_playlists_top.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func (app *ApiServer) v1PlaylistsTop(c *fiber.Ctx) error {
2727
q := searchv1.PlaylistSearchQuery{
2828
IsTagSearch: false,
2929
Moods: moods,
30+
IsAlbum: params.Type == "album",
3031
SortMethod: "popular",
3132
}
3233

0 commit comments

Comments
 (0)