mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
Merge pull request #624 from Stremio/android-receiver
Android receiver compatible
This commit is contained in:
commit
4c86c48440
1 changed files with 2 additions and 1 deletions
|
|
@ -71,7 +71,8 @@ const App = () => {
|
|||
receiverApplicationId: CONSTANTS.CHROMECAST_RECEIVER_APP_ID,
|
||||
autoJoinPolicy: chrome.cast.AutoJoinPolicy.PAGE_SCOPED,
|
||||
resumeSavedSession: false,
|
||||
language: null
|
||||
language: null,
|
||||
androidReceiverCompatible: true
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue