chore: Prettified Code

[ci skip]
This commit is contained in:
vapormusic 2022-08-28 04:55:06 +00:00 committed by cider-chore[bot]
parent 4c34f22ea1
commit a21f7e173c
2 changed files with 6 additions and 5 deletions

View file

@ -323,7 +323,7 @@ export default class RAOP {
this.airtunes.stopAll(function () {
console.log("end");
});
this._win.webContents.executeJavaScript('app.airplayDisconnect(false)').catch((err: any) => console.error(err));
this._win.webContents.executeJavaScript("app.airplayDisconnect(false)").catch((err: any) => console.error(err));
this.airtunes = null;
this.device = null;
this.ipairplay = "";