From 7841e59151221086c946bfd701811b8b8943998e Mon Sep 17 00:00:00 2001 From: vapormusic Date: Sat, 1 Oct 2022 11:10:55 +0000 Subject: [PATCH] chore: Prettified Code [ci skip] --- src/main/plugins/raop.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/plugins/raop.ts b/src/main/plugins/raop.ts index 6d1221cb..db4830ba 100644 --- a/src/main/plugins/raop.ts +++ b/src/main/plugins/raop.ts @@ -349,7 +349,7 @@ export default class RAOP { this.worker.postMessage({ buffer: [leftbuffer, rightbuffer] }); } } - }); + }); electron.ipcMain.on("disconnectAirplay", (event, identifier = "") => { console.log("iden", identifier);