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

fixed random dbbenchmark test breaking

pull/3113/head
kay.one 14 years ago
parent 3665856d79
commit 72f8a7eab1

@ -107,7 +107,7 @@ namespace NzbDrone.Core.Test
for (int i = 5000; i < 5000 + 1000; i++)
{
count++;
var file = repo.Single<Episode>(random.Next(0, COUNT)).EpisodeFile;
var file = repo.Single<Episode>(random.Next(10, COUNT - 100)).EpisodeFile;
}

Loading…
Cancel
Save