chore: Prettified Code
[ci skip]
This commit is contained in:
parent
43ed479de4
commit
ae97dd7910
2 changed files with 10 additions and 10 deletions
|
@ -59,9 +59,9 @@ const Events = {
|
|||
app.mk._services.mediaItemPlayback._currentPlayer.destroy();
|
||||
} catch (e) {}
|
||||
try {
|
||||
this.radiohls.destroy()
|
||||
this.radiohls.destroy();
|
||||
this.radiohls = null;
|
||||
} catch (_){}
|
||||
} catch (_) {}
|
||||
try {
|
||||
let searchInt = setInterval(function () {
|
||||
if (document.getElementById("apple-music-player")) {
|
||||
|
|
|
@ -1022,9 +1022,9 @@ const app = new Vue({
|
|||
} // EVIL EMPTY OBJECTS BE GONE
|
||||
|
||||
try {
|
||||
this.radiohls.destroy()
|
||||
this.radiohls.destroy();
|
||||
this.radiohls = null;
|
||||
} catch (_){}
|
||||
} catch (_) {}
|
||||
|
||||
try {
|
||||
if ((MusicKit.getInstance().nowPlayingItem["type"] ?? "").includes("ideo")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue