mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Additional adjustments on mpv play
This commit is contained in:
parent
f09ad1da89
commit
e3fc99cf82
2 changed files with 1 additions and 2 deletions
|
|
@ -172,7 +172,7 @@ export const useHandlePlayQueueAdd = () => {
|
|||
}
|
||||
|
||||
if (playType === Play.NOW) {
|
||||
mpvPlayer!.cleanup();
|
||||
mpvPlayer!.pause();
|
||||
mpvPlayer!.setQueue(playerData);
|
||||
mpvPlayer!.play();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue