mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recording audio sync
This commit is contained in:
parent
06ade66d61
commit
a05035ed39
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ define(['appSettings', 'userSettings', 'appStorage'], function (appSettings, use
|
||||||
|
|
||||||
profile.DirectPlayProfiles.push({
|
profile.DirectPlayProfiles.push({
|
||||||
Container: "m4v,3gp,ts,mpegts,mov,xvid,vob,mkv,wmv,asf,ogm,ogv,m2v,avi,mpg,mpeg,mp4,webm",
|
Container: "m4v,3gp,ts,mpegts,mov,xvid,vob,mkv,wmv,asf,ogm,ogv,m2v,avi,mpg,mpeg,mp4,webm",
|
||||||
Type: 'Video'
|
Type: 'Video',
|
||||||
|
AudioCodec: 'aac,aac_latm,mp3,ac3,wma,dca,pcm,PCM_S16LE,PCM_S24LE,opus,flac'
|
||||||
});
|
});
|
||||||
|
|
||||||
profile.CodecProfiles = profile.CodecProfiles.filter(function (i) {
|
profile.CodecProfiles = profile.CodecProfiles.filter(function (i) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue