Set row play button to switch to song on queue lists

This commit is contained in:
jeffvli 2024-10-09 18:20:04 -07:00
parent a00385e78f
commit a8b3944c66
3 changed files with 25 additions and 2 deletions

View file

@ -256,7 +256,9 @@ export const PlayQueue = forwardRef(({ type }: QueueProps, ref: Ref<any>) => {
columnDefs={columnDefs}
context={{
currentSong,
handleDoubleClick,
isFocused,
isQueue: true,
itemType: LibraryItem.SONG,
onCellContextMenu,
status,