Skip to content

Commit

Permalink
make spotify recommendations a playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Oct 7, 2022
1 parent 801941e commit 2e9b371
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public AudioItem getRecommendations(String query) throws IOException {
return AudioReference.NO_TRACK;
}

return new BasicAudioPlaylist("Search results for: " + query, parseTracks(json), null, true);
return new BasicAudioPlaylist("Spotify Recommendations:", parseTracks(json), null, false);
}

public AudioItem getAlbum(String id) throws IOException {
Expand Down

0 comments on commit 2e9b371

Please sign in to comment.