mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01:00
remove special characters from sort names
This commit is contained in:
@@ -605,7 +605,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
builder.Append(chunkBuilder);
|
||||
}
|
||||
//Logger.Debug("ModifySortChunks Start: {0} End: {1}", name, builder.ToString());
|
||||
return builder.ToString();
|
||||
return builder.ToString().RemoveDiacritics();
|
||||
}
|
||||
|
||||
[IgnoreDataMember]
|
||||
|
||||
Reference in New Issue
Block a user