1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-24 15:11:27 +00:00

New: Discord notification upgrade colour

Closes #4044
This commit is contained in:
Robin Dadswell 2020-11-02 00:01:31 +00:00 committed by GitHub
parent fd4c2c11ad
commit cfdaddd81a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,6 @@ namespace NzbDrone.Core.Notifications.Discord
Success = 2605644, Success = 2605644,
Warning = 16753920, Warning = 16753920,
Standard = 16761392, Standard = 16761392,
Upgrade = 7105644 Upgrade = 4089856
} }
} }