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

fix typo

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