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

Changed: Point at lidarr hosted update server

pull/2/head
ta264 6 years ago committed by Qstick
parent e10e5802f4
commit 98d987869c

@ -13,7 +13,7 @@ namespace NzbDrone.Common.Cloud
{
public RadarrCloudRequestBuilder()
{
Services = new HttpRequestBuilder("https://radarr.aeonlucid.com/v1/")
Services = new HttpRequestBuilder("https://radarr.lidarr.audio/v1/")
.CreateFactory();
TMDB = new HttpRequestBuilder("https://api.themoviedb.org/3/{route}/{id}{secondaryRoute}")

Loading…
Cancel
Save