Fixed: Last commit not compiling (whoops)

Leonardo Galli 7 years ago
parent 95ca863697
commit 4025af7895

@ -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);
}

Loading…
Cancel
Save