mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
commit
c8ea0a73e2
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ namespace NzbDrone.Core.Organizer
|
||||||
name = FileNameCleanupRegex.Replace(name, match => match.Captures[0].Value[0].ToString());
|
name = FileNameCleanupRegex.Replace(name, match => match.Captures[0].Value[0].ToString());
|
||||||
name = name.Trim(' ', '.');
|
name = name.Trim(' ', '.');
|
||||||
|
|
||||||
return name.Replace(":", " -");
|
return CleanFileName(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void AddSeriesTokens(Dictionary<string, Func<TokenMatch, string>> tokenHandlers, Series series)
|
private void AddSeriesTokens(Dictionary<string, Func<TokenMatch, string>> tokenHandlers, Series series)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue