Skip to content

Commit

Permalink
Thanks Syntastic!
Browse files Browse the repository at this point in the history
  • Loading branch information
oz committed Oct 1, 2012
1 parent ad056e4 commit 41d7a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ server.post('/play_pause', function (req, res) {
return ;
});

server.post('/next', function (req, req) {
server.post('/next', function (req, res) {
if ( !rdio.isReady() ) {
return res.write( error('Player not ready') );
}
Expand Down

0 comments on commit 41d7a72

Please sign in to comment.