Skip to content

Commit

Permalink
fix: Add Orange platform to requiresEncryptionInfoInAllInitSegments (#…
Browse files Browse the repository at this point in the history
…5895)

Fixes: #5894.
  • Loading branch information
willdharris committed Nov 15, 2023
1 parent 9a694b5 commit 9d23a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/platform.js
Expand Up @@ -464,7 +464,7 @@ shaka.util.Platform = class {
*/
static requiresEncryptionInfoInAllInitSegments() {
const Platform = shaka.util.Platform;
return Platform.isTizen() || Platform.isXboxOne();
return Platform.isTizen() || Platform.isXboxOne() || Platform.isOrange();
}

/**
Expand Down

0 comments on commit 9d23a87

Please sign in to comment.