mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 00:44:23 +02:00
Add delete playlist to context menu
This commit is contained in:
@@ -22,7 +22,8 @@ export type ContextMenuItem =
|
||||
| 'addToFavorites'
|
||||
| 'removeFromFavorites'
|
||||
| 'setRating'
|
||||
| 'deletePlaylist';
|
||||
| 'deletePlaylist'
|
||||
| 'createPlaylist';
|
||||
|
||||
export type SetContextMenuItems = {
|
||||
disabled?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user