Skip to content

Commit

Permalink
fix: hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kujo205 committed Jan 14, 2025
1 parent bdcb4dd commit 1986b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/dashboard/my_playlists/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const actions: Actions = {
async ({ form, userId, data }) => {
console.log('[playlist delete] deleting a playlist start ', data);

await ytMusicController.deletePlaylist(userId, data);
await ytMusicController.deletePlaylist(userId, data.id);

console.log('[playlist update] deleting a playlist end');

Expand Down

0 comments on commit 1986b70

Please sign in to comment.