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