mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 05:32:09 +00:00
return result from requestSession method
This commit is contained in:
parent
2d9f46cbe7
commit
c7f9543932
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ function ChromecastTransport() {
|
|||
cast.framework.CastContext.getInstance().setOptions(options);
|
||||
};
|
||||
this.requestSession = function() {
|
||||
cast.framework.CastContext.getInstance().requestSession();
|
||||
return cast.framework.CastContext.getInstance().requestSession();
|
||||
};
|
||||
this.endCurrentSession = function(stopCasting) {
|
||||
cast.framework.CastContext.getInstance().endCurrentSession(stopCasting);
|
||||
|
|
|
|||
Loading…
Reference in a new issue