mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recording screens
This commit is contained in:
parent
cb199a5152
commit
e55726cccf
6 changed files with 17 additions and 20 deletions
|
@ -676,11 +676,11 @@ define(['appSettings', 'userSettings', 'appStorage', 'datetime'], function (appS
|
|||
}
|
||||
|
||||
var onBitrateDetected = function () {
|
||||
|
||||
Dashboard.getDeviceProfile(null, {
|
||||
|
||||
enableMkvProgressive: item.RunTimeTicks != null,
|
||||
enableTsProgressive: item.RunTimeTicks != null,
|
||||
enableHls: !browserInfo.firefox || item.RunTimeTicks == null
|
||||
enableTsProgressive: item.RunTimeTicks != null
|
||||
|
||||
}).then(function (deviceProfile) {
|
||||
playOnDeviceProfileCreated(deviceProfile, item, startPosition, callback);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue