mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 15:33:03 +03:00
Simplify EnableAudioVbrEncoding getter
Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user