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 (#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:
parent
a89b6640a9
commit
ad34d8553e
4 changed files with 103 additions and 2 deletions
|
|
@ -361,6 +361,7 @@ const tableColumns: { [key: string]: ColDef } = {
|
|||
? {
|
||||
albumArtists: params.data?.albumArtists,
|
||||
artists: params.data?.artists,
|
||||
id: params.data?.id,
|
||||
imagePlaceholderUrl: params.data?.imagePlaceholderUrl,
|
||||
imageUrl: params.data?.imageUrl,
|
||||
name: params.data?.name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue