From 4025af78952c6d1ddb17a1890682e67705a99a31 Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Tue, 30 Jan 2018 18:31:07 +0100 Subject: [PATCH] Fixed: Last commit not compiling (whoops) --- src/NzbDrone.Core/NetImport/NetImportSearchService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }