feat: playlist name

This commit is contained in:
OfficialDakari 2024-10-18 21:33:07 +05:00
parent 3a6397b730
commit abb682c1e0
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ export default function playlists(app: Application) {
dbStore('playlists', id, {
id,
owner: username,
songs: []
songs: [],
name: req.body.name
});
res.send({