From 0cd3eff54107be4f382b28746aef0ef468f7cdc2 Mon Sep 17 00:00:00 2001 From: Angry Cuban <39564898+angrycuban13@users.noreply.github.com> Date: Sun, 3 Dec 2023 17:23:25 -0600 Subject: [PATCH] Updating webhook message color when ignore tag is added to all media --- Upgradinatorr/upgradinatorr.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Upgradinatorr/upgradinatorr.ps1 b/Upgradinatorr/upgradinatorr.ps1 index 93d4fde..f274aa1 100644 --- a/Upgradinatorr/upgradinatorr.ps1 +++ b/Upgradinatorr/upgradinatorr.ps1 @@ -1402,7 +1402,7 @@ foreach ($app in $apps) { $discordMessageParams = @{ MessageTitle = "Upgradinatorr - $app" MessageDescription = $messageDescription - EmbedColor = 'Green' + EmbedColor = 'Red' ThumbURL = 'https://gh.notifiarr.com/images/icons/radarr.png' URL = $discordWebhook Username = "Upgradinatorr - $app" @@ -1583,7 +1583,7 @@ foreach ($app in $apps) { $discordMessageParams = @{ MessageTitle = "Upgradinatorr - $app" MessageDescription = $messageDescription - EmbedColor = 'Green' + EmbedColor = 'Red' ThumbURL = 'https://gh.notifiarr.com/images/icons/sonarr.png' URL = $discordWebhook Username = "Upgradinatorr - $app"