Remove - as replacement for :

This commit is contained in:
Leonardo Galli 2017-01-17 14:28:30 +01:00
parent 4263808360
commit 6d2f81e3ed
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ namespace NzbDrone.Core.Organizer
{
string result = name;
string[] badCharacters = { "\\", "/", "<", ">", "?", "*", ":", "|", "\"" };
string[] goodCharacters = { "+", "+", "", "", "!", "-", "-", "", "" };
string[] goodCharacters = { "+", "+", "", "", "!", "-", "", "", "" };
for (int i = 0; i < badCharacters.Length; i++)
{