Implement NetImportSearchService

check it out
This commit is contained in:
Devin Buhl
2017-01-22 23:20:12 -05:00
parent f25d4463f5
commit c0f323b05a
7 changed files with 98 additions and 21 deletions

View File

@@ -9,7 +9,8 @@ namespace NzbDrone.Core.NetImport
public interface INetImport : IProvider
{
bool Enabled { get; }
bool EnableAuto { get; }
IList<Movie> Fetch();
}
}