mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-23 07:10:31 +03:00
Fix warning in JS console (wrong property type)
This commit is contained in:
parent
1bca8fca97
commit
442671578d
@ -103,7 +103,7 @@ const AlbumContextMenu = ({ record, color }) => {
|
||||
parentMenuOpen={open}
|
||||
>
|
||||
<AddToPlaylistMenu
|
||||
albumId={[record.id]}
|
||||
albumId={record.id}
|
||||
onClose={() => setAnchorEl(null)}
|
||||
/>
|
||||
</NestedMenuItem>
|
||||
|
Loading…
x
Reference in New Issue
Block a user