mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
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) {
|
||||
await getMpvInstance()?.pause();
|
||||
} else {
|
||||
await getMpvInstance()?.play();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue