Fixed: Refresh applicable healthchecks on bulk deletes

This commit is contained in:
Qstick
2022-12-18 00:02:59 -06:00
parent 9227efdb65
commit a8234c9ce0
12 changed files with 40 additions and 21 deletions

View File

@@ -9,6 +9,7 @@ using NzbDrone.Core.ThingiProvider.Events;
namespace NzbDrone.Core.HealthCheck.Checks
{
[CheckOn(typeof(ProviderDeletedEvent<IIndexer>))]
[CheckOn(typeof(ProviderBulkDeletedEvent<IIndexer>))]
public class OutdatedDefinitionCheck : HealthCheckBase
{
private readonly IIndexerDefinitionUpdateService _indexerDefinitionUpdateService;