mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 19:40:05 -07:00
fix(issues): 🐛 Fixed where we did not show the poster when an issue is raised for media we do not have a request for #4402
This commit is contained in:
parent
1023574631
commit
15e37b532a
13 changed files with 85 additions and 47 deletions
18
src/Ombi.Helpers/NotificationSubstitues.cs
Normal file
18
src/Ombi.Helpers/NotificationSubstitues.cs
Normal file
|
@ -0,0 +1,18 @@
|
|||
namespace Ombi.Helpers
|
||||
{
|
||||
public static class NotificationSubstitues
|
||||
{
|
||||
public const string Title = nameof(Title);
|
||||
public const string IssueDescription = nameof(IssueDescription);
|
||||
public const string IssueCategory = nameof(IssueCategory);
|
||||
public const string IssueStatus = nameof(IssueStatus);
|
||||
public const string IssueSubject = nameof(IssueSubject);
|
||||
public const string IssueUser = nameof(IssueUser);
|
||||
public const string IssueUserAlias = nameof(IssueUserAlias);
|
||||
public const string RequestType = nameof(RequestType);
|
||||
public const string PosterPath = nameof(PosterPath);
|
||||
public const string NewIssueComment = nameof(NewIssueComment);
|
||||
public const string IssueId = nameof(IssueId);
|
||||
public const string AdminComment = nameof(AdminComment);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue