mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04: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