Merge branch 'main' of https://github.com/ciderapp/Cider
This commit is contained in:
commit
448dcba67a
2 changed files with 10 additions and 10 deletions
|
@ -59,7 +59,7 @@ const Events = {
|
|||
app.mk._services.mediaItemPlayback._currentPlayer.destroy();
|
||||
} catch (e) {}
|
||||
try {
|
||||
this.radiohls.destroy()
|
||||
this.radiohls.destroy();
|
||||
this.radiohls = null;
|
||||
} catch (_) {}
|
||||
try {
|
||||
|
|
|
@ -1022,7 +1022,7 @@ const app = new Vue({
|
|||
} // EVIL EMPTY OBJECTS BE GONE
|
||||
|
||||
try {
|
||||
this.radiohls.destroy()
|
||||
this.radiohls.destroy();
|
||||
this.radiohls = null;
|
||||
} catch (_) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue