Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Too many chars
Browse files Browse the repository at this point in the history
  • Loading branch information
crobibero committed Dec 4, 2020
1 parent 859becc commit b629536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emby.AutoOrganize/Core/NameUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private static string GetComparableName(string name)
{
name = name.RemoveDiacritics();

name = ' ' + name + ' ';
name = " " + name + " ";

name = name.Replace('.', ' ')
.Replace('_', ' ')
Expand Down

0 comments on commit b629536

Please sign in to comment.