diff --git a/frontend/src/Settings/Notifications/Notifications/Notification.js b/frontend/src/Settings/Notifications/Notifications/Notification.js index 675002532..2d564f773 100644 --- a/frontend/src/Settings/Notifications/Notifications/Notification.js +++ b/frontend/src/Settings/Notifications/Notifications/Notification.js @@ -58,6 +58,7 @@ class Notification extends Component { onDownload, onUpgrade, onRename, + onSeriesAdd, onSeriesDelete, onEpisodeFileDelete, onEpisodeFileDeleteForUpgrade, @@ -67,6 +68,7 @@ class Notification extends Component { supportsOnDownload, supportsOnUpgrade, supportsOnRename, + supportsOnSeriesAdd, supportsOnSeriesDelete, supportsOnEpisodeFileDelete, supportsOnEpisodeFileDeleteForUpgrade, @@ -132,6 +134,14 @@ class Notification extends Component { null } + { + supportsOnSeriesAdd && onSeriesAdd ? + : + null + } + { supportsOnSeriesDelete && onSeriesDelete ?