Fixed not direct playing

This commit is contained in:
Alex Kim
2024-11-19 13:35:33 +11:00
parent f127ee2976
commit 1aed133a67
3 changed files with 13 additions and 3 deletions

View File

@@ -119,7 +119,7 @@ export default function page() {
maxStreamingBitrate: bitrateValue,
mediaSourceId: mediaSourceId,
subtitleStreamIndex: subtitleIndex,
deviceProfile: Platform.OS === "android" ? android : native,
deviceProfile: native,
});
if (!res) return null;