Skip to content

Commit

Permalink
Updating webhook message color when ignore tag is added to all media
Browse files Browse the repository at this point in the history
  • Loading branch information
angrycuban13 committed Dec 3, 2023
1 parent 615fe3d commit 0cd3eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Upgradinatorr/upgradinatorr.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 0cd3eff

Please sign in to comment.