Skip to content

Commit

Permalink
Use url from config file
Browse files Browse the repository at this point in the history
  • Loading branch information
dgellow committed Mar 22, 2014
1 parent 8bf83ab commit 9888ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/app/scripts/playlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ window.mpd.playlist = new function() {
};

this.play = function(index) {
_send('GET', null, config.baseUrl + '/action/play/' + index());
_send('GET', null, config.urlActions + '/play/' + index());
};
};
};

0 comments on commit 9888ec7

Please sign in to comment.