mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
675dbeecbd
commit
51d5633ccf
2 changed files with 5 additions and 7 deletions
|
@ -308,6 +308,7 @@
|
|||
}
|
||||
|
||||
$(elem).html(html).lazyChildren();
|
||||
$(elem).createCardMenus();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -1058,11 +1058,8 @@
|
|||
audioBitrate: mp4Quality.audioBitrate,
|
||||
VideoCodec: mp4Quality.videoCodec,
|
||||
AudioCodec: mp4Quality.audioCodec,
|
||||
profile: 'baseline',
|
||||
level: '3',
|
||||
|
||||
// None of the browsers seem to like this
|
||||
//EnableAutoStreamCopy: false
|
||||
profile: 'high',
|
||||
level: '41'
|
||||
}));
|
||||
|
||||
if (isStatic && mediaSource.Protocol == 'Http' && !mediaSource.RequiredHttpHeaders.length) {
|
||||
|
@ -1091,8 +1088,8 @@
|
|||
audioBitrate: m3U8Quality.audioBitrate,
|
||||
VideoCodec: m3U8Quality.videoCodec,
|
||||
AudioCodec: m3U8Quality.audioCodec,
|
||||
profile: 'baseline',
|
||||
level: '3',
|
||||
profile: 'high',
|
||||
level: '41',
|
||||
StartTimeTicks: 0,
|
||||
ClientTime: new Date().getTime()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue