mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
Add EnableAudioVbrEncoding to TranscodingProfile
This will allow the client selectively disable VBR audio when it causes problems. Signed-off-by: gnattu <gnattuoc@me.com>
This commit is contained in:
@@ -70,6 +70,10 @@ namespace MediaBrowser.Model.Dlna
|
||||
|
||||
public ProfileCondition[] Conditions { get; set; }
|
||||
|
||||
[DefaultValue(true)]
|
||||
[XmlAttribute("enableAudioVbrEncoding")]
|
||||
public bool EnableAudioVbrEncoding { get; set; }
|
||||
|
||||
public string[] GetAudioCodecs()
|
||||
{
|
||||
return ContainerProfile.SplitValue(AudioCodec);
|
||||
|
||||
Reference in New Issue
Block a user