Skip to content

Commit

Permalink
fix(PS5): Disable sequence mode in PS5 (#8004)
Browse files Browse the repository at this point in the history
  • Loading branch information
tykus160 authored and avelad committed Feb 5, 2025
1 parent 5ce1d33 commit 1b0dadd
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 @@ -657,7 +657,7 @@ shaka.util.Platform = class {
static supportsSequenceMode() {
const Platform = shaka.util.Platform;
if (Platform.isTizen3() || Platform.isTizen2() ||
Platform.isWebOS3() || Platform.isPS4()) {
Platform.isWebOS3() || Platform.isPS4() || Platform.isPS5()) {
return false;
}
return true;
Expand Down

0 comments on commit 1b0dadd

Please sign in to comment.