mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +00:00
clear transport in cast service after emit state changed event
This commit is contained in:
parent
0959f1ed62
commit
237b4e1f9e
1 changed files with 1 additions and 1 deletions
|
|
@ -95,8 +95,8 @@ function Chromecast() {
|
||||||
active = false;
|
active = false;
|
||||||
error = null;
|
error = null;
|
||||||
starting = false;
|
starting = false;
|
||||||
transport = null;
|
|
||||||
onStateChanged();
|
onStateChanged();
|
||||||
|
transport = null;
|
||||||
};
|
};
|
||||||
this.on = function(name, listener) {
|
this.on = function(name, listener) {
|
||||||
events.on(name, listener);
|
events.on(name, listener);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue