mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-15 21:24:46 -04:00
Fixed: Radarr List not Logging List Status Failures
This commit is contained in:
@@ -62,10 +62,13 @@ namespace NzbDrone.Core.NetImport.Radarr
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
_netImportStatusService.RecordSuccess(Definition.Id);
|
||||
}
|
||||
catch
|
||||
{
|
||||
anyFailure = true;
|
||||
_netImportStatusService.RecordFailure(Definition.Id);
|
||||
}
|
||||
|
||||
return new NetImportFetchResult { Movies = movies, AnyFailure = anyFailure };
|
||||
|
||||
Reference in New Issue
Block a user