mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 15:30:56 -04:00
Simplify EnableAudioVbrEncoding getter
Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
fd5df98616
commit
efee37a632
@ -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…
x
Reference in New Issue
Block a user