Merge pull request #624 from Stremio/android-receiver

Android receiver compatible
This commit is contained in:
Alexandru Branza 2024-04-08 10:36:56 +07:00 committed by GitHub
commit 4c86c48440
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
});
}
};