chore: Prettified Code

[ci skip]
This commit is contained in:
vapormusic 2022-09-01 14:39:54 +00:00 committed by cider-chore[bot]
parent 8c9070c8da
commit 3b947a8361
2 changed files with 5 additions and 4 deletions

View file

@ -320,8 +320,9 @@ export default class ChromecastPlugin {
electron.ipcMain.on("getChromeCastDevices", (_event, _data) => {
if (this.scanCount++ == 2) {
this.scanCount = 0
this.castDevices = [];}
this.scanCount = 0;
this.castDevices = [];
}
this.searchForGCDevices();
});

View file

@ -217,7 +217,7 @@ export default class RAOP {
txt: txt,
airplay2: airplay2dv,
debug: null,
forceAlac: false
forceAlac: false,
});
// console.log('lol',txt)
this.device.on("status", (status: any) => {