mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 21:16:17 +02: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:
@@ -35,7 +35,8 @@ export type ContextMenuItemType =
|
||||
| 'moveToTopOfQueue'
|
||||
| 'removeFromQueue'
|
||||
| 'deselectAll'
|
||||
| 'showDetails';
|
||||
| 'showDetails'
|
||||
| 'playSimilarSongs';
|
||||
|
||||
export type SetContextMenuItems = {
|
||||
children?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user