mirror of
https://github.com/Readarr/Readarr
synced 2026-01-05 23:26:12 +01:00
Fixed: Notifications with only On Rename enabled
This commit is contained in:
parent
9e6d1c581c
commit
11d83165e5
1 changed files with 1 additions and 1 deletions
|
|
@ -34,6 +34,6 @@ public class NotificationDefinition : ProviderDefinition
|
|||
public bool SupportsOnBookRetag { get; set; }
|
||||
public bool SupportsOnApplicationUpdate { get; set; }
|
||||
|
||||
public override bool Enable => OnGrab || OnReleaseImport || (OnReleaseImport && OnUpgrade) || OnAuthorAdded || OnAuthorDelete || OnBookDelete || OnBookFileDelete || OnBookFileDeleteForUpgrade || OnHealthIssue || OnDownloadFailure || OnImportFailure || OnBookRetag || OnApplicationUpdate;
|
||||
public override bool Enable => OnGrab || OnReleaseImport || (OnReleaseImport && OnUpgrade) || OnRename || OnAuthorAdded || OnAuthorDelete || OnBookDelete || OnBookFileDelete || OnBookFileDeleteForUpgrade || OnHealthIssue || OnDownloadFailure || OnImportFailure || OnBookRetag || OnApplicationUpdate;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue