diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-06-12 11:22:26 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-06-22 09:48:40 +0200 |
| commit | 981cf4cfa0d45a3654578a1989738fc82469c889 (patch) | |
| tree | bbc4ca6ed13ca7f7f7308a477da3d44a460c8624 /Emby.Server.Implementations/Data/SqliteItemRepository.cs | |
| parent | a41065a248d1f18ea713560fd6612f962368f7fb (diff) | |
Remove our own RemoveDiacritcs string extension in favor of Diacritics.Net
Diffstat (limited to 'Emby.Server.Implementations/Data/SqliteItemRepository.cs')
| -rw-r--r-- | Emby.Server.Implementations/Data/SqliteItemRepository.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Data/SqliteItemRepository.cs b/Emby.Server.Implementations/Data/SqliteItemRepository.cs index 35aa589a1..2cb10765f 100644 --- a/Emby.Server.Implementations/Data/SqliteItemRepository.cs +++ b/Emby.Server.Implementations/Data/SqliteItemRepository.cs @@ -11,6 +11,7 @@ using System.Linq; using System.Text; using System.Text.Json; using System.Threading; +using Diacritics.Extensions; using Emby.Server.Implementations.Playlists; using Jellyfin.Data.Enums; using Jellyfin.Extensions; |
