mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-12 19:56:30 +01:00
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