1
0
Fork 0
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:
gnattu 2024-08-10 21:00:48 +08:00
parent 62b44d218c
commit 0ed16a04b2
5 changed files with 32 additions and 1 deletions

View file

@ -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',