diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-06-22 12:25:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-22 12:25:59 +0200 |
| commit | 94056049131a8573d7a4d0690da04c0e8bc240ad (patch) | |
| tree | bbc4ca6ed13ca7f7f7308a477da3d44a460c8624 /Emby.Server.Implementations/Data/SqliteItemRepository.cs | |
| parent | a41065a248d1f18ea713560fd6612f962368f7fb (diff) | |
| parent | 981cf4cfa0d45a3654578a1989738fc82469c889 (diff) | |
Merge pull request #6174 from Bond-009/diacritics
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; |
