mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
Implement NetImportSearchService
check it out
This commit is contained in:
@@ -9,7 +9,8 @@ namespace NzbDrone.Core.NetImport
|
||||
public interface INetImport : IProvider
|
||||
{
|
||||
bool Enabled { get; }
|
||||
|
||||
bool EnableAuto { get; }
|
||||
|
||||
IList<Movie> Fetch();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user