Remove trailing spaces

This commit is contained in:
Petr Janda 2019-12-06 05:03:46 +10:30
parent 7cde256402
commit 8368815788
1 changed files with 2 additions and 2 deletions

View File

@ -1558,8 +1558,8 @@ namespace MediaBrowser.Controller.MediaEncoding
{
outputSizeParam = "," + outputSizeParam.Substring(index);
}
}
else
}
else
{
var index = outputSizeParam.IndexOf("scale", StringComparison.OrdinalIgnoreCase);
if (index != -1)