update sorting

This commit is contained in:
Luke Pulverenti
2016-03-24 17:47:10 -04:00
parent 66d0815fc6
commit 5661f09899
2 changed files with 2 additions and 2 deletions

View File

@@ -531,7 +531,7 @@ namespace MediaBrowser.Controller.Entities
{
if (!string.IsNullOrWhiteSpace(ForcedSortName))
{
return ModifySortChunks(ForcedSortName);
return ModifySortChunks(ForcedSortName).ToLower();
}
if (Name == null) return null; //some items may not have name filled in properly