mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
Additional adjustments on mpv play
This commit is contained in:
@@ -172,7 +172,7 @@ export const useHandlePlayQueueAdd = () => {
|
||||
}
|
||||
|
||||
if (playType === Play.NOW) {
|
||||
mpvPlayer!.cleanup();
|
||||
mpvPlayer!.pause();
|
||||
mpvPlayer!.setQueue(playerData);
|
||||
mpvPlayer!.play();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user