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

And forgot test of course

pull/4097/head
Taloth Saldono 4 years ago
parent 3ff848b019
commit 49bf3f4512

@ -346,7 +346,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.QBittorrentTests
var result = Subject.GetImportItem(item, null);
result.OutputPath.FullPath.Should().Be(Path.Combine(torrent.SavePath, "Droned.S01.12") + Path.DirectorySeparatorChar);
result.OutputPath.FullPath.Should().Be(Path.Combine(torrent.SavePath, "Droned.S01.12"));
}
[Test]

Loading…
Cancel
Save