1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 03:52:33 +02:00

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

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