Skip to content
Snippets Groups Projects
Commit b4cd7963 authored by ale's avatar ale
Browse files

fix

parent 25fed484
No related branches found
No related tags found
No related merge requests found
......@@ -490,6 +490,7 @@ djr.Player.prototype.extendCurrentPlaylist = function() {
// Add the new chunk with the suggestions.
var chunk_id = player.playlist.addChunk(new_chunk);
var songs = new_chunk.songs;
player.savePlaylist();
player.backend.getHtmlForSongs(songs, function(songs_html) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment