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 authored and joeyparrish committed Feb 17, 2024
1 parent b866b3c commit 013c54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,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 013c54b

Please sign in to comment.