From 677e00da6d7375ba89df0dbf3b86d637db1f6a68 Mon Sep 17 00:00:00 2001 From: unclekingpin <125216544+unclekingpin@users.noreply.github.com> Date: Sun, 7 Apr 2024 19:11:21 +0300 Subject: [PATCH] Android receiver compatible --- src/App/App.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }); } };