chore: Prettified Code

[ci skip]
This commit is contained in:
vapormusic 2022-09-15 16:00:05 +00:00 committed by cider-chore[bot]
parent 43ed479de4
commit ae97dd7910
2 changed files with 10 additions and 10 deletions

View file

@ -59,7 +59,7 @@ const Events = {
app.mk._services.mediaItemPlayback._currentPlayer.destroy(); app.mk._services.mediaItemPlayback._currentPlayer.destroy();
} catch (e) {} } catch (e) {}
try { try {
this.radiohls.destroy() this.radiohls.destroy();
this.radiohls = null; this.radiohls = null;
} catch (_) {} } catch (_) {}
try { try {

View file

@ -1022,7 +1022,7 @@ const app = new Vue({
} // EVIL EMPTY OBJECTS BE GONE } // EVIL EMPTY OBJECTS BE GONE
try { try {
this.radiohls.destroy() this.radiohls.destroy();
this.radiohls = null; this.radiohls = null;
} catch (_) {} } catch (_) {}