Force play on queue row double click

This commit is contained in:
jeffvli 2023-06-06 19:45:47 -07:00
parent c3c1f4cc5f
commit 9622cd346c

View file

@ -80,6 +80,7 @@ export const PlayQueue = forwardRef(({ type }: QueueProps, ref: Ref<any>) => {
if (playerType === PlaybackType.LOCAL) { if (playerType === PlaybackType.LOCAL) {
mpvPlayer.setQueue(playerData); mpvPlayer.setQueue(playerData);
mpvPlayer.play();
} }
play(); play();