fixes #15 - SortRemoveWords config change not working
This commit is contained in:
@@ -102,7 +102,7 @@ namespace MediaBrowser.Controller.Providers
|
||||
break;
|
||||
}
|
||||
case "SortTitle":
|
||||
item.SortName = reader.ReadElementContentAsString();
|
||||
item.ForcedSortName = reader.ReadElementContentAsString();
|
||||
break;
|
||||
|
||||
case "Overview":
|
||||
|
||||
Reference in New Issue
Block a user