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 Feb 3, 2025
1 parent 8e17bad commit bb7ab3c
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 @@ -683,7 +683,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 bb7ab3c

Please sign in to comment.