This commit is contained in:
thororen1234 2024-10-22 22:59:34 -04:00
commit c97df5f524
20 changed files with 139 additions and 89 deletions

View file

@ -229,7 +229,7 @@ function AlbumContextMenu({ track }: { track: Track; }) {
id="view-cover"
label="View Album Cover"
// trolley
action={() => openImageModal(track.album.image.url)}
action={() => openImageModal(track.album.image)}
icon={ImageIcon}
/>
<Menu.MenuControlItem