Add AlbumContextMenu to AlbumListView

This commit is contained in:
Deluan
2020-05-01 11:27:09 -04:00
parent 9b2d91c0f2
commit 3bb573b45f
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ const LoadedAlbumGrid = ({ ids, data, basePath, width }) => {
</ArtistLinkField>
</div>
}
actionIcon={<AlbumContextMenu id={id} />}
actionIcon={<AlbumContextMenu record={data[id]} />}
/>
</GridListTile>
))}