mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +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;
|
||||
error = null;
|
||||
starting = false;
|
||||
transport = null;
|
||||
onStateChanged();
|
||||
transport = null;
|
||||
};
|
||||
this.on = function(name, listener) {
|
||||
events.on(name, listener);
|
||||
|
|
|
|||
Loading…
Reference in a new issue