diff --git a/frontend/src/Settings/Notifications/Notifications/Notification.js b/frontend/src/Settings/Notifications/Notifications/Notification.js
index 2982de6cd..d7cfa81d3 100644
--- a/frontend/src/Settings/Notifications/Notifications/Notification.js
+++ b/frontend/src/Settings/Notifications/Notifications/Notification.js
@@ -59,6 +59,8 @@ class Notification extends Component {
onReleaseImport,
onUpgrade,
onRename,
+ onAlbumDelete,
+ onArtistDelete,
onHealthIssue,
onDownloadFailure,
onImportFailure,
@@ -68,6 +70,8 @@ class Notification extends Component {
supportsOnReleaseImport,
supportsOnUpgrade,
supportsOnRename,
+ supportsOnAlbumDelete,
+ supportsOnArtistDelete,
supportsOnHealthIssue,
supportsOnDownloadFailure,
supportsOnImportFailure,
@@ -120,6 +124,20 @@ class Notification extends Component {
}
+ {
+ supportsOnAlbumDelete && onAlbumDelete &&
+
+ }
+
+ {
+ supportsOnArtistDelete && onArtistDelete &&
+
+ }
+
{
supportsOnHealthIssue && onHealthIssue &&