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:
Egor
2024-10-04 05:22:51 +03:00
committed by GitHub
parent a89b6640a9
commit ad34d8553e
4 changed files with 103 additions and 2 deletions
@@ -334,6 +334,7 @@ export const useVirtualTable = <TFilter extends BaseQuery<any>>({
const onCellContextMenu = useHandleTableContextMenu(itemType, contextMenu);
const context = {
itemType,
onCellContextMenu,
};