mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add user-configurable switch for hi10p on safari
This commit is contained in:
parent
62b44d218c
commit
0ed16a04b2
5 changed files with 32 additions and 1 deletions
|
@ -1281,7 +1281,7 @@ export default function (options) {
|
|||
});
|
||||
}
|
||||
|
||||
if (browser.safari && browser.version >= 17.5) {
|
||||
if (browser.safari && appSettings.enableHi10p()) {
|
||||
profile.CodecProfiles.push({
|
||||
Type: 'Video',
|
||||
Container: 'hls',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue