Skip to content

Commit e90a1c5

Browse files
committed
fix top album querying
1 parent da7e982 commit e90a1c5

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)