From e17655c26ad5b6d77a4adffc3fe98435886ba1a9 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Thu, 1 Feb 2024 05:34:51 +0200 Subject: [PATCH] Fixed: Notifications with only On Series Add enabled being labeled as disabled --- .../src/Settings/Notifications/Notifications/Notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Settings/Notifications/Notifications/Notification.js b/frontend/src/Settings/Notifications/Notifications/Notification.js index 8fb4230e0..e7de0b308 100644 --- a/frontend/src/Settings/Notifications/Notifications/Notification.js +++ b/frontend/src/Settings/Notifications/Notifications/Notification.js @@ -191,7 +191,7 @@ class Notification extends Component { } { - !onGrab && !onDownload && !onRename && !onHealthIssue && !onHealthRestored && !onApplicationUpdate && !onSeriesDelete && !onEpisodeFileDelete && !onManualInteractionRequired ? + !onGrab && !onDownload && !onRename && !onHealthIssue && !onHealthRestored && !onApplicationUpdate && !onSeriesAdd && !onSeriesDelete && !onEpisodeFileDelete && !onManualInteractionRequired ?