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

fix deserialization of result of getPlaylist

parent 90c145f9
No related merge requests found
...@@ -135,7 +135,7 @@ djr.Backend.prototype.getPlaylist = function(uuid, callback, ctx) { ...@@ -135,7 +135,7 @@ djr.Backend.prototype.getPlaylist = function(uuid, callback, ctx) {
type: 'GET', type: 'GET',
context: ctx || this, context: ctx || this,
success: function(data, status, jqxhr) { success: function(data, status, jqxhr) {
callback(data.results); callback(data);
} }
}); });
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment