Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/0725f865c1af8828e29d1e2ea16f5f6d75a7a602/NzbDrone.Api/Series/SeriesConnection.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using NzbDrone.Api.SignalR;
|
|
|
|
namespace NzbDrone.Api.Series
|
|
{
|
|
public class SeriesConnection : BasicResourceConnection<Core.Tv.Series>
|
|
{
|
|
public override string Resource
|
|
{
|
|
get { return "/Series"; }
|
|
}
|
|
}
|
|
}
|