diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-24 17:33:26 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-24 17:33:26 -0500 |
| commit | 67559378009062a26173888ad457d0c9116bfc9a (patch) | |
| tree | 0bfeb5b72b6dd39d696f45840b592458390d0499 /MediaBrowser.Server.Implementations/FileOrganization | |
| parent | ee00f8bf726ae5498d64cff0086b9b7e638936ea (diff) | |
sync updates
Diffstat (limited to 'MediaBrowser.Server.Implementations/FileOrganization')
| -rw-r--r-- | MediaBrowser.Server.Implementations/FileOrganization/NameUtils.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.Server.Implementations/FileOrganization/NameUtils.cs b/MediaBrowser.Server.Implementations/FileOrganization/NameUtils.cs index 795be1e2f3..624133d4fb 100644 --- a/MediaBrowser.Server.Implementations/FileOrganization/NameUtils.cs +++ b/MediaBrowser.Server.Implementations/FileOrganization/NameUtils.cs @@ -54,9 +54,6 @@ namespace MediaBrowser.Server.Implementations.FileOrganization private static string GetComparableName(string name) { - // TODO: Improve this - should ignore spaces, periods, underscores, most likely all symbols and - // possibly remove sorting words like "the", "and", etc. - name = RemoveDiacritics(name); name = " " + name + " "; |
