mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
parent
0de3f10701
commit
42d93f6fdb
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ namespace NzbDrone.Core.Notifications.Discord
|
|||
Url = $"http://thetvdb.com/?tab=series&id={series.TvdbId}",
|
||||
Description = isUpgrade ? "Episode Upgraded" : "Episode Imported",
|
||||
Title = GetTitle(series, episodes),
|
||||
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