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

fix typo

parent 0d1a2543
No related branches found
No related tags found
No related merge requests found
...@@ -228,6 +228,7 @@ djr.Backend.prototype.nowPlaying = function(song, old_songs) { ...@@ -228,6 +228,7 @@ djr.Backend.prototype.nowPlaying = function(song, old_songs) {
* Report that we skipped a song. * Report that we skipped a song.
* *
* @param {string} song SHA1 hash of the song that was skipped * @param {string} song SHA1 hash of the song that was skipped
*/
djr.Backend.prototype.skipSong = function(song) { djr.Backend.prototype.skipSong = function(song) {
$.ajax({url: '/json/skip', $.ajax({url: '/json/skip',
data: {'cur': song}, data: {'cur': song},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment