Simplify EnableAudioVbrEncoding getter

Co-authored-by: Bond-009 <bond.009@outlook.com>
pull/11492/head
gnattu 7 months ago committed by GitHub
parent fd5df98616
commit efee37a632
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -508,13 +508,7 @@ namespace MediaBrowser.Controller.MediaEncoding
} }
} }
public bool EnableAudioVbrEncoding public bool EnableAudioVbrEncoding => BaseRequest.EnableAudioVbrEncoding;
{
get
{
return BaseRequest.EnableAudioVbrEncoding;
}
}
public int HlsListSize => 0; public int HlsListSize => 0;

Loading…
Cancel
Save