Fixed: Clean Library being to agressive when lists are having failures.

Fixes #2455
This commit is contained in:
Leonardo Galli
2018-01-30 18:29:07 +01:00
parent 74e0db2829
commit 95ca863697
4 changed files with 46 additions and 23 deletions

View File

@@ -9,6 +9,6 @@ namespace NzbDrone.Core.NetImport
bool Enabled { get; }
bool EnableAuto { get; }
IList<Movie> Fetch();
NetImportFetchResult Fetch();
}
}