mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:10:45 +00:00
pass all audio codecs to server
This commit is contained in:
parent
cf0d9883c6
commit
5c5cc212aa
10 changed files with 86 additions and 74 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using MediaBrowser.Model.Dlna;
|
||||
using System.Linq;
|
||||
using MediaBrowser.Model.Dlna;
|
||||
|
||||
namespace MediaBrowser.Controller.MediaEncoding
|
||||
{
|
||||
|
|
@ -74,7 +75,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
Level = info.VideoLevel;
|
||||
ItemId = info.ItemId;
|
||||
MediaSourceId = info.MediaSourceId;
|
||||
AudioCodec = info.AudioCodec;
|
||||
AudioCodec = info.TargetAudioCodec;
|
||||
MaxAudioChannels = info.MaxAudioChannels;
|
||||
AudioBitRate = info.AudioBitrate;
|
||||
AudioSampleRate = info.TargetAudioSampleRate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue