From f298e6092967c2c07f9fc884c66e35bd7582f6be Mon Sep 17 00:00:00 2001 From: jeffvli Date: Fri, 30 Dec 2022 21:11:35 -0800 Subject: [PATCH] Fix context menu add --- .../features/artists/components/album-artist-list-content.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/features/artists/components/album-artist-list-content.tsx b/src/renderer/features/artists/components/album-artist-list-content.tsx index 2ff4e156..5f6c2928 100644 --- a/src/renderer/features/artists/components/album-artist-list-content.tsx +++ b/src/renderer/features/artists/components/album-artist-list-content.tsx @@ -272,7 +272,7 @@ export const AlbumArtistListContent = ({ gridRef, tableRef }: AlbumArtistListCon openContextMenu({ data: selectedRows, menuItems: ALBUM_CONTEXT_MENU_ITEMS, - type: LibraryItem.ALBUM, + type: LibraryItem.ALBUM_ARTIST, xPos: clickEvent.clientX, yPos: clickEvent.clientY, });