mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 14:55:20 -07: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
|
public interface IFetchNetImport
|
||||||
{
|
{
|
||||||
List<Movie> Fetch(int listId, bool onlyEnableAuto);
|
NetImportFetchResult Fetch(int listId, bool onlyEnableAuto);
|
||||||
List<Movie> FetchAndFilter(int listId, bool onlyEnableAuto);
|
List<Movie> FetchAndFilter(int listId, bool onlyEnableAuto);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue