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

Fixed: Double periods in extra file names after rename

pull/1754/head
Mark McDowall 8 years ago
parent 41f769790d
commit 413ce1d9a7

@ -90,7 +90,6 @@ namespace NzbDrone.Core.Extras.Files
filenameBuilder.Append(fileNameSuffix);
}
filenameBuilder.Append(".");
filenameBuilder.Append(extraFile.Extension);
var existingFileName = Path.Combine(series.Path, extraFile.RelativePath);

Loading…
Cancel
Save