Remove trailing spaces

pull/2099/head
Petr Janda 5 years ago
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…
Cancel
Save