bleh
This commit is contained in:
parent
869ddc164f
commit
2fe46c3a6a
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ export default class WebNowPlaying {
|
||||||
if (this.ws) {
|
if (this.ws) {
|
||||||
this.ws.send('STATE:0');
|
this.ws.send('STATE:0');
|
||||||
this.ws.onclose = () => void 0; // disable onclose handler first to stop it from retrying
|
this.ws.onclose = () => void 0; // disable onclose handler first to stop it from retrying
|
||||||
this.ws.close();
|
this.ws.close();
|
||||||
}
|
}
|
||||||
if (this.wsapiConn) {
|
if (this.wsapiConn) {
|
||||||
this.wsapiConn.close();
|
this.wsapiConn.close();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue