Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/6b90a3a1eb4bf795170914fd8b907660a653a5dd?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Clean series title in season folder of reserved characters

pull/4/head
Mark McDowall 11 years ago
parent 9c9839ea29
commit 6b90a3a1eb

@ -175,6 +175,8 @@ namespace NzbDrone.Core.Organizer
seasonFolder = ReplaceTokens(seasonFolder, tokenValues);
}
seasonFolder = CleanFilename(seasonFolder);
path = Path.Combine(path, seasonFolder);
}

Loading…
Cancel
Save