Force play on queue row double click
This commit is contained in:
parent
c3c1f4cc5f
commit
9622cd346c
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Reference in a new issue