Remove - as replacement for :

pull/307/head
Leonardo Galli 8 years ago
parent 4263808360
commit 6d2f81e3ed

@ -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++)
{

Loading…
Cancel
Save