Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/4a3b2a0014a855d3e16b44a4e0af1019323d17f4 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Better folder name.

pull/24/head
AeonLucid 8 years ago
parent 402a9e1ee0
commit 4a3b2a0014

@ -348,7 +348,7 @@ namespace NzbDrone.Core.Organizer
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…
Cancel
Save