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