mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 21:50:35 +02:00
Add play button to song table album cover, like it is in grid (#772)
* Add play button to song table album cover, like it is in grid * Fix: play button caused error for albums and artists tables
This commit is contained in:
@@ -334,6 +334,7 @@ export const useVirtualTable = <TFilter extends BaseQuery<any>>({
|
||||
const onCellContextMenu = useHandleTableContextMenu(itemType, contextMenu);
|
||||
|
||||
const context = {
|
||||
itemType,
|
||||
onCellContextMenu,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user