mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 21:10:12 +02:00
Clean up mpv startup
This commit is contained in:
@@ -117,7 +117,3 @@ ipcMain.on('player-volume', async (_event, value: number) => {
|
||||
ipcMain.on('player-mute', async () => {
|
||||
await getMpvInstance()?.mute();
|
||||
});
|
||||
|
||||
ipcMain.on('player-quit', async () => {
|
||||
await getMpvInstance()?.stop();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user