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:
isaiahfuller 2024-07-03 04:17:56 -04:00 committed by GitHub
parent b30fadd149
commit 0768ce80a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 32 additions and 4 deletions

View file

@ -35,7 +35,8 @@ export type ContextMenuItemType =
| 'moveToTopOfQueue'
| 'removeFromQueue'
| 'deselectAll'
| 'showDetails';
| 'showDetails'
| 'playSimilarSongs';
export type SetContextMenuItems = {
children?: boolean;