feat: playlist name
This commit is contained in:
parent
3a6397b730
commit
abb682c1e0
|
|
@ -37,7 +37,8 @@ export default function playlists(app: Application) {
|
|||
dbStore('playlists', id, {
|
||||
id,
|
||||
owner: username,
|
||||
songs: []
|
||||
songs: [],
|
||||
name: req.body.name
|
||||
});
|
||||
|
||||
res.send({
|
||||
|
|
|
|||
Loading…
Reference in New Issue