mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
added the quality to a movie
This commit is contained in:
parent
8123d3e914
commit
1ea6a6dc48
4 changed files with 28 additions and 9 deletions
|
@ -159,14 +159,17 @@ namespace Ombi.Store.Context
|
|||
};
|
||||
break;
|
||||
case NotificationType.WelcomeEmail:
|
||||
notificationToAdd = new NotificationTemplates
|
||||
if (agent == NotificationAgent.Email)
|
||||
{
|
||||
NotificationType = notificationType,
|
||||
Message = "Hello! You have been invited to use {ApplicationName}! You can login here: {ApplicationUrl}",
|
||||
Subject = "Invite to {ApplicationName}",
|
||||
Agent = agent,
|
||||
Enabled = true,
|
||||
};
|
||||
notificationToAdd = new NotificationTemplates
|
||||
{
|
||||
NotificationType = notificationType,
|
||||
Message = "Hello! You have been invited to use {ApplicationName}! You can login here: {ApplicationUrl}",
|
||||
Subject = "Invite to {ApplicationName}",
|
||||
Agent = agent,
|
||||
Enabled = true,
|
||||
};
|
||||
}
|
||||
break;
|
||||
case NotificationType.IssueResolved:
|
||||
notificationToAdd = new NotificationTemplates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue