mirror of
https://github.com/Radarr/Radarr
synced 2025-12-15 21:03:27 +01:00
parent
8871864bc0
commit
16c912ffea
1 changed files with 2 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ protected virtual NetImportFetchResult FetchMovies(NetImportPageableRequestChain
|
|||
|
||||
var parser = GetParser();
|
||||
|
||||
var anyFailure = false;
|
||||
var anyFailure = true;
|
||||
|
||||
try
|
||||
{
|
||||
|
|
@ -76,6 +76,7 @@ protected virtual NetImportFetchResult FetchMovies(NetImportPageableRequestChain
|
|||
}
|
||||
|
||||
_netImportStatusService.RecordSuccess(Definition.Id);
|
||||
anyFailure = false;
|
||||
}
|
||||
catch (WebException webException)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue