mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 23:45:46 +02:00
Resharper code cleanup
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
using NzbDrone.Core.Repository;
|
||||
|
||||
namespace NzbDrone.Core.Providers
|
||||
namespace NzbDrone.Core.Providers
|
||||
{
|
||||
public interface IDownloadProvider
|
||||
{
|
||||
bool AddByUrl(string url, string title); //Should accept something other than string (NzbInfo?) returns success or failure
|
||||
bool IsInQueue(string title);//Should accept something other than string (Episode?) returns bool
|
||||
bool IsInQueue(string title); //Should accept something other than string (Episode?) returns bool
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user