Fixed: Last commit not compiling (whoops)

This commit is contained in:
Leonardo Galli 2018-01-30 18:31:07 +01:00
parent 95ca863697
commit 4025af7895
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ namespace NzbDrone.Core.NetImport
{
public interface IFetchNetImport
{
List<Movie> Fetch(int listId, bool onlyEnableAuto);
NetImportFetchResult Fetch(int listId, bool onlyEnableAuto);
List<Movie> FetchAndFilter(int listId, bool onlyEnableAuto);
}