mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-18 17:34:09 +02:00
add missing play button onto title combined image
This commit is contained in:
@@ -93,7 +93,10 @@ export const ImageColumn = (props: ItemTableListInnerColumn) => {
|
||||
[styles.compactPlayButtonOverlay]: props.size === 'compact',
|
||||
})}
|
||||
>
|
||||
<PlayTooltip type={playButtonBehavior}>
|
||||
<PlayTooltip
|
||||
disabled={props.itemType === LibraryItem.QUEUE_SONG}
|
||||
type={playButtonBehavior}
|
||||
>
|
||||
<PlayButton
|
||||
fill
|
||||
onClick={(e) => handlePlay(playButtonBehavior, e)}
|
||||
|
||||
Reference in New Issue
Block a user