mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Add option to play similar tracks from the context menu (#650)
* Add option to play similar songs from context menu * remove console.log
This commit is contained in:
parent
b30fadd149
commit
0768ce80a7
4 changed files with 32 additions and 4 deletions
|
|
@ -35,7 +35,8 @@ export type ContextMenuItemType =
|
|||
| 'moveToTopOfQueue'
|
||||
| 'removeFromQueue'
|
||||
| 'deselectAll'
|
||||
| 'showDetails';
|
||||
| 'showDetails'
|
||||
| 'playSimilarSongs';
|
||||
|
||||
export type SetContextMenuItems = {
|
||||
children?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue