mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-13 18:27:08 -07:00
New: On Artist Add connection event
(cherry picked from commit dec6e140365981f0391a759db33f4f5de46adc24) Closes #3531
This commit is contained in:
parent
f31ecaf03e
commit
5f9c616bff
43 changed files with 563 additions and 216 deletions
|
@ -107,6 +107,8 @@ export default {
|
|||
selectedSchema.onReleaseImport = selectedSchema.supportsOnReleaseImport;
|
||||
selectedSchema.onUpgrade = selectedSchema.supportsOnUpgrade;
|
||||
selectedSchema.onRename = selectedSchema.supportsOnRename;
|
||||
selectedSchema.onArtistAdd = selectedSchema.supportsOnArtistAdd;
|
||||
selectedSchema.onArtistDelete = selectedSchema.supportsOnArtistDelete;
|
||||
selectedSchema.onHealthIssue = selectedSchema.supportsOnHealthIssue;
|
||||
selectedSchema.onDownloadFailure = selectedSchema.supportsOnDownloadFailure;
|
||||
selectedSchema.onImportFailure = selectedSchema.supportsOnImportFailure;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue