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

style: Solution-wide code cleanup

pull/201/head
Robert Dailey 2 years ago
parent a3c172cf02
commit f6f6ea3192

@ -23,7 +23,7 @@ public class ConfigTemplateListerTest : IntegrationFixture
new TemplatePath(SupportedServices.Radarr, "r1", stubFile, false),
new TemplatePath(SupportedServices.Radarr, "r2", stubFile, false),
new TemplatePath(SupportedServices.Sonarr, "s1", stubFile, false),
new TemplatePath(SupportedServices.Sonarr, "s2", stubFile, true),
new TemplatePath(SupportedServices.Sonarr, "s2", stubFile, true)
});
sut.List();

Loading…
Cancel
Save