diff --git a/server/djrandom/frontend/static/js/djr/backend.js b/server/djrandom/frontend/static/js/djr/backend.js index 2bdabd1007260d5ca5192c335a1bb9cfa2aa6897..38f6df6511f7cb3c86e74c6ccf3f25cc58729053 100644 --- a/server/djrandom/frontend/static/js/djr/backend.js +++ b/server/djrandom/frontend/static/js/djr/backend.js @@ -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},