mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Fix double play trigger (maybe)
This commit is contained in:
@@ -87,8 +87,6 @@ ipcMain.on('player-set-queue', async (_event, data: PlayerData, pause?: boolean)
|
||||
|
||||
if (pause) {
|
||||
await getMpvInstance()?.pause();
|
||||
} else {
|
||||
await getMpvInstance()?.play();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user