mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed: Execute Remote Path Mapping Check on failed track import
This commit is contained in:
parent
a3cfb52c6a
commit
baa0e17ac6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
|
||||||
[CheckOn(typeof(ProviderUpdatedEvent<IDownloadClient>))]
|
[CheckOn(typeof(ProviderUpdatedEvent<IDownloadClient>))]
|
||||||
[CheckOn(typeof(ProviderDeletedEvent<IDownloadClient>))]
|
[CheckOn(typeof(ProviderDeletedEvent<IDownloadClient>))]
|
||||||
[CheckOn(typeof(ModelEvent<RemotePathMapping>))]
|
[CheckOn(typeof(ModelEvent<RemotePathMapping>))]
|
||||||
[CheckOn(typeof(TrackImportedEvent), CheckOnCondition.SuccessfulOnly)]
|
[CheckOn(typeof(TrackImportFailedEvent), CheckOnCondition.SuccessfulOnly)]
|
||||||
public class RemotePathMappingCheck : HealthCheckBase, IProvideHealthCheck
|
public class RemotePathMappingCheck : HealthCheckBase, IProvideHealthCheck
|
||||||
{
|
{
|
||||||
private readonly IDiskProvider _diskProvider;
|
private readonly IDiskProvider _diskProvider;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue