mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +00:00
set androidReceiverCompatible options
This commit is contained in:
parent
10ba04ddbf
commit
c9d082da41
1 changed files with 2 additions and 1 deletions
|
|
@ -71,7 +71,8 @@ const App = () => {
|
||||||
receiverApplicationId: CONSTANTS.CHROMECAST_RECEIVER_APP_ID,
|
receiverApplicationId: CONSTANTS.CHROMECAST_RECEIVER_APP_ID,
|
||||||
autoJoinPolicy: chrome.cast.AutoJoinPolicy.PAGE_SCOPED,
|
autoJoinPolicy: chrome.cast.AutoJoinPolicy.PAGE_SCOPED,
|
||||||
resumeSavedSession: false,
|
resumeSavedSession: false,
|
||||||
language: null
|
language: null,
|
||||||
|
androidReceiverCompatible: true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue