Skip to content

Commit

Permalink
Fix playlist bug
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Jan 19, 2012
1 parent 7bb3965 commit 6d3734a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www-data/acoustics2.js
Expand Up @@ -463,7 +463,7 @@ function loadPlaylist(pl) {
}
currentPlaylist = pl;
$.getJSON(
getPath('?mode=playlist_contents;playlist_id=' + pl),
getPath('mode=playlist_contents;playlist_id=' + pl),
function (data) {
$("#playlist-list").empty();
var total_length = 0;
Expand Down

0 comments on commit 6d3734a

Please sign in to comment.