Skip to content

Commit

Permalink
fix lavasearch apple music playlists, albums & artists
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Jan 1, 2024
1 parent ab99e81 commit b3e5bec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ public AudioSearchResult getSearchSuggestions(String query, Set<AudioSearchResul
}
}

return new BasicAudioSearchResult(tracks, playLists, albums, artists, terms);
return new BasicAudioSearchResult(tracks, albums, artists, playLists, terms);
}

public JsonBrowser getJson(String uri) throws IOException {
Expand Down

0 comments on commit b3e5bec

Please sign in to comment.