Remove trailing spaces
This commit is contained in:
parent
7cde256402
commit
8368815788
|
@ -1558,8 +1558,8 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
{
|
||||
outputSizeParam = "," + outputSizeParam.Substring(index);
|
||||
}
|
||||
}
|
||||
else
|
||||
}
|
||||
else
|
||||
{
|
||||
var index = outputSizeParam.IndexOf("scale", StringComparison.OrdinalIgnoreCase);
|
||||
if (index != -1)
|
||||
|
|
Loading…
Reference in New Issue
Block a user