mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
skip queue check and adding new items if download client isn't configured correctly.
This commit is contained in:
@@ -6,6 +6,7 @@ namespace NzbDrone.Core.Download
|
||||
public interface IDownloadClient
|
||||
{
|
||||
bool DownloadNzb(RemoteEpisode remoteEpisode);
|
||||
bool IsConfigured { get; }
|
||||
IEnumerable<QueueItem> GetQueue();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user