Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/blame/commit/17e99958e16b08b05a28da2043e3ec9435a67494/NzbDrone.Integration.Test/Client/SeriesClient%20-%20Copy.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
using NzbDrone.Api.Indexers;
|
|
|
|
|
using RestSharp;
|
|
|
|
|
|
|
|
|
|
namespace NzbDrone.Integration.Test.Client
|
|
|
|
|
{
|
|
|
|
|
public class ReleaseClient : ClientBase<ReleaseResource>
|
|
|
|
|
{
|
|
|
|
|
public ReleaseClient(IRestClient restClient)
|
|
|
|
|
: base(restClient)
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|