mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
add show album / album artist context menu items (#1105)
This commit is contained in:
@@ -15,6 +15,8 @@ export type ContextMenuItemType =
|
||||
| 'deletePlaylist'
|
||||
| 'deselectAll'
|
||||
| 'download'
|
||||
| 'goToAlbum'
|
||||
| 'goToAlbumArtist'
|
||||
| 'moveToBottomOfQueue'
|
||||
| 'moveToNextOfQueue'
|
||||
| 'moveToTopOfQueue'
|
||||
@@ -57,6 +59,8 @@ export const CONFIGURABLE_CONTEXT_MENU_ITEMS: ContextMenuItemType[] = [
|
||||
'setRating',
|
||||
'download',
|
||||
'shareItem',
|
||||
'goToAlbum',
|
||||
'goToAlbumArtist',
|
||||
'showDetails',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user