Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/fa993109fc1ca3d1e18c96d2c206ad2a595b2b20/NzbDrone.Api/Config/NamingSampleResource.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace NzbDrone.Api.Config
|
|
{
|
|
public class NamingSampleResource
|
|
{
|
|
public string SingleEpisodeExample { get; set; }
|
|
public string MultiEpisodeExample { get; set; }
|
|
}
|
|
} |