mirror of
https://github.com/Radarr/Radarr
synced 2026-02-09 00:03:15 +01:00
Remove duplicate check in RemotePathMappingCheck
This commit is contained in:
parent
7b8c21fc76
commit
cc28519d6d
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ namespace NzbDrone.Core.HealthCheck.Checks
|
|||
[CheckOn(typeof(ProviderDeletedEvent<IDownloadClient>))]
|
||||
[CheckOn(typeof(ModelEvent<RemotePathMapping>))]
|
||||
[CheckOn(typeof(MovieImportFailedEvent), CheckOnCondition.SuccessfulOnly)]
|
||||
[CheckOn(typeof(MovieImportFailedEvent), CheckOnCondition.SuccessfulOnly)]
|
||||
public class RemotePathMappingCheck : HealthCheckBase, IProvideHealthCheck
|
||||
{
|
||||
private readonly IDiskProvider _diskProvider;
|
||||
|
|
|
|||
Loading…
Reference in a new issue