mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: Last commit not compiling (whoops)
This commit is contained in:
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…
Reference in New Issue
Block a user