|
@@ -625,9 +625,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|
|
|
|
|
private string GetImageResolutionParameter()
|
|
private string GetImageResolutionParameter()
|
|
{
|
|
{
|
|
- string imageResolutionParameter;
|
|
|
|
-
|
|
|
|
- imageResolutionParameter = _serverConfig.Configuration.ChapterImageResolution switch
|
|
|
|
|
|
+ var imageResolutionParameter = _serverConfig.Configuration.ChapterImageResolution switch
|
|
{
|
|
{
|
|
ImageResolution.P144 => "256x144",
|
|
ImageResolution.P144 => "256x144",
|
|
ImageResolution.P240 => "426x240",
|
|
ImageResolution.P240 => "426x240",
|