Default EnableAudioVbrEncoding to true in TranscodingProfile

This will match the old behavior when user takes no action for clients

Signed-off-by: gnattu <gnattuoc@me.com>
pull/11492/head
gnattu 4 weeks ago
parent 71e090ac14
commit 2b9bfb5bd8

@ -72,7 +72,7 @@ namespace MediaBrowser.Model.Dlna
[DefaultValue(true)]
[XmlAttribute("enableAudioVbrEncoding")]
public bool EnableAudioVbrEncoding { get; set; }
public bool EnableAudioVbrEncoding { get; set; } = true;
public string[] GetAudioCodecs()
{

Loading…
Cancel
Save