mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-29 20:08:27 +01:00
remove special characters from sort names
This commit is contained in:
@@ -603,7 +603,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