mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-06 01:36:17 +00:00
Fixed not direct playing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user