diff --git a/src/App/App.js b/src/App/App.js index b5f67a658..21ba1132b 100644 --- a/src/App/App.js +++ b/src/App/App.js @@ -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 }); } };