fixes #15 - SortRemoveWords config change not working

This commit is contained in:
LukePulverenti
2013-03-11 21:46:46 -04:00
parent f4ec4876d3
commit 76dbab939c
9 changed files with 89 additions and 151 deletions

View File

@@ -102,7 +102,7 @@ namespace MediaBrowser.Controller.Providers
break;
}
case "SortTitle":
item.SortName = reader.ReadElementContentAsString();
item.ForcedSortName = reader.ReadElementContentAsString();
break;
case "Overview":