mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
New: Changed colour of Discord On Download notifications
(cherry picked from commit 42d93f6fdb972accda1db9e176dd62e9cd5282d1)
This commit is contained in:
parent
05323bd498
commit
873784557c
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ namespace NzbDrone.Core.Notifications.Discord
|
|||
Url = $"https://musicbrainz.org/artist/{artist.ForeignArtistId}",
|
||||
Description = isUpgrade ? "Album Upgraded" : "Album Imported",
|
||||
Title = GetTitle(artist, new List<Album> { album }),
|
||||
Color = isUpgrade ? (int)DiscordColors.Upgrade : (int)DiscordColors.Standard,
|
||||
Color = isUpgrade ? (int)DiscordColors.Upgrade : (int)DiscordColors.Success,
|
||||
Fields = new List<DiscordField>(),
|
||||
Timestamp = DateTime.UtcNow.ToString("yyyy-MM-ddTHH:mm:ss.fffZ")
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue