mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 04:12:46 +01:00
Simplify EnableAudioVbrEncoding getter
Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
fd5df98616
commit
efee37a632
1 changed files with 1 additions and 7 deletions
|
|
@ -508,13 +508,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
}
|
||||
}
|
||||
|
||||
public bool EnableAudioVbrEncoding
|
||||
{
|
||||
get
|
||||
{
|
||||
return BaseRequest.EnableAudioVbrEncoding;
|
||||
}
|
||||
}
|
||||
public bool EnableAudioVbrEncoding => BaseRequest.EnableAudioVbrEncoding;
|
||||
|
||||
public int HlsListSize => 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue