Skip to content

Commit

Permalink
remove tizen from requiresEncryptionInfoInAllInitSegments function
Browse files Browse the repository at this point in the history
  • Loading branch information
jobispo committed Sep 22, 2022
1 parent e772603 commit 5809bab
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 @@ -316,7 +316,7 @@ shaka.util.Platform = class {
*/
static requiresEncryptionInfoInAllInitSegments() {
const Platform = shaka.util.Platform;
return Platform.isTizen() || Platform.isXboxOne();
return Platform.isXboxOne();
}
};

Expand Down

0 comments on commit 5809bab

Please sign in to comment.