mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
Fix delete playlist call
This commit is contained in:
parent
44ae6cfd5d
commit
383a7fd742
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user