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

Remove - as replacement for :

pull/2/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