mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
fix play / add to playlist from playlist ctx menu
This commit is contained in:
@@ -24,9 +24,9 @@ export const PlaylistContextMenu = ({ items, type }: PlaylistContextMenuProps) =
|
|||||||
<ContextMenu.Content
|
<ContextMenu.Content
|
||||||
bottomStickyContent={<ContextMenuPreview items={items} itemType={type} />}
|
bottomStickyContent={<ContextMenuPreview items={items} itemType={type} />}
|
||||||
>
|
>
|
||||||
<PlayAction ids={ids} itemType={LibraryItem.ALBUM} />
|
<PlayAction ids={ids} itemType={LibraryItem.PLAYLIST} />
|
||||||
<ContextMenu.Divider />
|
<ContextMenu.Divider />
|
||||||
<AddToPlaylistAction items={ids} itemType={LibraryItem.ALBUM} />
|
<AddToPlaylistAction items={ids} itemType={LibraryItem.PLAYLIST} />
|
||||||
<ContextMenu.Divider />
|
<ContextMenu.Divider />
|
||||||
<GetInfoAction disabled={items.length === 0} items={items} />
|
<GetInfoAction disabled={items.length === 0} items={items} />
|
||||||
<ContextMenu.Divider />
|
<ContextMenu.Divider />
|
||||||
|
|||||||
Reference in New Issue
Block a user