mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
check if chromecast service is active
This commit is contained in:
parent
5a6ddefbae
commit
d4d1217686
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ const Player = ({ urlParams, queryParams }) => {
|
|||
streamingServer.selected.transportUrl
|
||||
:
|
||||
null,
|
||||
chromecastTransport: chromecast.transport
|
||||
chromecastTransport: chromecast.active ? chromecast.transport : null
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue