mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-06 07:47:17 +01:00
Fixed: Last commit not compiling (whoops)
This commit is contained in:
parent
95ca863697
commit
4025af7895
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue