mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recording defaults
This commit is contained in:
parent
14bce4eaf7
commit
f8eb80550a
10 changed files with 51 additions and 30 deletions
|
@ -157,7 +157,11 @@ define(['appSettings', 'userSettings', 'appStorage', 'datetime'], function (appS
|
|||
|
||||
if (!AppInfo.isNativeApp) {
|
||||
options.enableMkvProgressive = item.RunTimeTicks != null;
|
||||
options.enableHls = !browserInfo.firefox || item.RunTimeTicks == null;
|
||||
|
||||
if (item.RunTimeTicks == null) {
|
||||
options.enableHls = true;
|
||||
}
|
||||
|
||||
options.disableVideoAudioCodecs = disableVideoAudioCodecs;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue