mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
more project clean up.
This commit is contained in:
parent
126f499259
commit
50674d388c
98 changed files with 86 additions and 225 deletions
11
NzbDrone.Core/Download/IDownloadClient.cs
Normal file
11
NzbDrone.Core/Download/IDownloadClient.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
using System.Linq;
|
||||
using NzbDrone.Core.Model;
|
||||
|
||||
namespace NzbDrone.Core.Download
|
||||
{
|
||||
public interface IDownloadClient
|
||||
{
|
||||
bool IsInQueue(EpisodeParseResult newParseResult);
|
||||
bool DownloadNzb(string url, string title, bool recentlyAired);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue