diff --git a/src/NzbDrone.Core/NetImport/NetImportSearchService.cs b/src/NzbDrone.Core/NetImport/NetImportSearchService.cs index 5326ab816..7a1f1cfe6 100644 --- a/src/NzbDrone.Core/NetImport/NetImportSearchService.cs +++ b/src/NzbDrone.Core/NetImport/NetImportSearchService.cs @@ -19,7 +19,7 @@ namespace NzbDrone.Core.NetImport { public interface IFetchNetImport { - List Fetch(int listId, bool onlyEnableAuto); + NetImportFetchResult Fetch(int listId, bool onlyEnableAuto); List FetchAndFilter(int listId, bool onlyEnableAuto); }