mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Custom Notification cleanup
- Renamed event "BookDownload" to "Download" to match sonarr/radarr - Renamed "TrackRetag" to "BookRetag" (Lidarr leftovers)
This commit is contained in:
@@ -109,7 +109,7 @@ export default {
|
||||
selectedSchema.onHealthIssue = selectedSchema.supportsOnHealthIssue;
|
||||
selectedSchema.onDownloadFailure = selectedSchema.supportsOnDownloadFailure;
|
||||
selectedSchema.onImportFailure = selectedSchema.supportsOnImportFailure;
|
||||
selectedSchema.onTrackRetag = selectedSchema.supportsOnTrackRetag;
|
||||
selectedSchema.onBookRetag = selectedSchema.supportsOnBookRetag;
|
||||
|
||||
return selectedSchema;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user