Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/blame/commit/724e354eee2a757437bced41c4e00eeed2689240/NzbDrone.Core/Providers/DownloadClients/IDownloadClient.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
using System.Linq;
|
|
|
|
|
using NzbDrone.Core.Model;
|
|
|
|
|
|
|
|
|
|
namespace NzbDrone.Core.Providers.DownloadClients
|
|
|
|
|
{
|
|
|
|
|
public interface IDownloadClient
|
|
|
|
|
{
|
|
|
|
|
bool IsInQueue(EpisodeParseResult newParseResult);
|
|
|
|
|
bool DownloadNzb(string url, string title);
|
|
|
|
|
}
|
|
|
|
|
}
|