mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-06 07:47:17 +01:00
Merge branch 'develop' of https://github.com/galli-leo/Radarr into develop
This commit is contained in:
commit
87c7afac16
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ public static string CleanFolderName(string name)
|
|||
name = FileNameCleanupRegex.Replace(name, match => match.Captures[0].Value[0].ToString());
|
||||
name = name.Trim(' ', '.');
|
||||
|
||||
return name.Replace(":", " -");
|
||||
return CleanFileName(name);
|
||||
}
|
||||
|
||||
private void AddSeriesTokens(Dictionary<string, Func<TokenMatch, string>> tokenHandlers, Series series)
|
||||
|
|
|
|||
Loading…
Reference in a new issue