mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
* Add play button to song table album cover, like it is in grid * Fix: play button caused error for albums and artists tables * Fix: play button caused error for some other tables
This commit is contained in:
parent
ad34d8553e
commit
5e628d96c7
5 changed files with 7 additions and 0 deletions
|
|
@ -550,6 +550,9 @@ export const AlbumArtistDetailContent = ({ background }: AlbumArtistDetailConten
|
|||
suppressLoadingOverlay
|
||||
suppressRowDrag
|
||||
columnDefs={topSongsColumnDefs}
|
||||
context={{
|
||||
itemType: LibraryItem.SONG,
|
||||
}}
|
||||
enableCellChangeFlash={false}
|
||||
getRowId={(data) => data.data.uniqueId}
|
||||
rowData={topSongs}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue