mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Attempt additional cleanup on mpv start
This commit is contained in:
parent
aaaaee7043
commit
23e791c829
3 changed files with 7 additions and 0 deletions
|
|
@ -172,6 +172,7 @@ export const useHandlePlayQueueAdd = () => {
|
|||
}
|
||||
|
||||
if (playType === Play.NOW) {
|
||||
mpvPlayer!.cleanup();
|
||||
mpvPlayer!.setQueue(playerData);
|
||||
mpvPlayer!.play();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue