Fix delete playlist call

This commit is contained in:
IrosTheBeggar 2017-03-03 12:46:25 -05:00
parent 44ae6cfd5d
commit 383a7fd742
2 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,7 @@ exports.setup = function(mstream, dbSettings){
res.send(JSON.stringify(returnThis));
});
});
mstream.post('/playlist/delete', function(req, res){
var playlistname = req.parsedJSON.playlistname;
// Handle a soft delete

View File

@ -118,6 +118,7 @@ exports.setup = function(mstream, dbSettings){
res.send(JSON.stringify(returnThis));
});
});
mstream.post('/playlist/delete', function(req, res){
var playlistname = req.parsedJSON.playlistname;
// Handle a soft delete