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, });