mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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>
This commit is contained in:
parent
0381c5a288
commit
7ad432be23
@ -72,7 +72,7 @@ namespace MediaBrowser.Model.Dlna
|
|||||||
|
|
||||||
[DefaultValue(true)]
|
[DefaultValue(true)]
|
||||||
[XmlAttribute("enableAudioVbrEncoding")]
|
[XmlAttribute("enableAudioVbrEncoding")]
|
||||||
public bool EnableAudioVbrEncoding { get; set; }
|
public bool EnableAudioVbrEncoding { get; set; } = true;
|
||||||
|
|
||||||
public string[] GetAudioCodecs()
|
public string[] GetAudioCodecs()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user