mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
Fixed #891
This commit is contained in:
parent
d6fa9f8af7
commit
bda34c9d1b
3 changed files with 12 additions and 9 deletions
|
@ -351,7 +351,8 @@ namespace Ombi.UI.Modules
|
|||
NotificationType = NotificationType.Issue,
|
||||
Title = originalRequest.Title,
|
||||
DateTime = DateTime.Now,
|
||||
Body = issue == IssueState.Other ? comment : issue.ToString().ToCamelCaseWords()
|
||||
Body = issue == IssueState.Other ? comment : issue.ToString().ToCamelCaseWords(),
|
||||
ImgSrc = originalRequest.Type == RequestType.Movie ? $"https://image.tmdb.org/t/p/w300/{originalRequest.PosterPath}" : originalRequest.PosterPath
|
||||
};
|
||||
await NotificationService.Publish(model);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue