mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 22:07:07 -04:00
Remote image links for Discord's manual interaction needed
This commit is contained in:
parent
3c8268c428
commit
1fea0b3d10
1 changed files with 2 additions and 2 deletions
|
@ -554,7 +554,7 @@ namespace NzbDrone.Core.Notifications.Discord
|
|||
{
|
||||
embed.Thumbnail = new DiscordImage
|
||||
{
|
||||
Url = series?.Images?.FirstOrDefault(x => x.CoverType == MediaCoverTypes.Poster)?.Url
|
||||
Url = series?.Images?.FirstOrDefault(x => x.CoverType == MediaCoverTypes.Poster)?.RemoteUrl
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -562,7 +562,7 @@ namespace NzbDrone.Core.Notifications.Discord
|
|||
{
|
||||
embed.Image = new DiscordImage
|
||||
{
|
||||
Url = series?.Images?.FirstOrDefault(x => x.CoverType == MediaCoverTypes.Fanart)?.Url
|
||||
Url = series?.Images?.FirstOrDefault(x => x.CoverType == MediaCoverTypes.Fanart)?.RemoteUrl
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue