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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 103 additions and 2 deletions

View file

@ -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,