mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-06-28 09:27:29 -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
|
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
|
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