Fix double play trigger (maybe)
This commit is contained in:
parent
e6a4ce2e64
commit
4f21c26e5d
1 changed files with 0 additions and 2 deletions
|
@ -87,8 +87,6 @@ ipcMain.on('player-set-queue', async (_event, data: PlayerData, pause?: boolean)
|
||||||
|
|
||||||
if (pause) {
|
if (pause) {
|
||||||
await getMpvInstance()?.pause();
|
await getMpvInstance()?.pause();
|
||||||
} else {
|
|
||||||
await getMpvInstance()?.play();
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Reference in a new issue