mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 00:06:05 -07:00
Fixed #2847
This commit is contained in:
parent
8be3ef205a
commit
6a36fa3974
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ namespace Ombi.Notifications.Agents
|
||||||
private void AddOtherInformation(NotificationOptions model, NotificationMessage notification,
|
private void AddOtherInformation(NotificationOptions model, NotificationMessage notification,
|
||||||
NotificationMessageContent parsed)
|
NotificationMessageContent parsed)
|
||||||
{
|
{
|
||||||
notification.Other.Add("image", parsed.Image);
|
notification.Other.Add("image", parsed?.Image ?? string.Empty);
|
||||||
notification.Other.Add("title", model.RequestType == RequestType.Movie ? MovieRequest.Title : TvRequest.Title);
|
notification.Other.Add("title", model.RequestType == RequestType.Movie ? MovieRequest.Title : TvRequest.Title);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue