Add delete playlist to context menu

This commit is contained in:
jeffvli 2023-01-03 00:50:09 -08:00
parent 52163534db
commit 6ad6617d88
7 changed files with 68 additions and 8 deletions

View file

@ -22,7 +22,8 @@ export type ContextMenuItem =
| 'addToFavorites'
| 'removeFromFavorites'
| 'setRating'
| 'deletePlaylist';
| 'deletePlaylist'
| 'createPlaylist';
export type SetContextMenuItems = {
disabled?: boolean;