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, {
|
dbStore('playlists', id, {
|
||||||
id,
|
id,
|
||||||
owner: username,
|
owner: username,
|
||||||
songs: []
|
songs: [],
|
||||||
|
name: req.body.name
|
||||||
});
|
});
|
||||||
|
|
||||||
res.send({
|
res.send({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue