mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Merge pull request #4614 from Teifun2/patch-1
Add Title to Partially Available Message [skip ci]
This commit is contained in:
commit
4cdd501ed3
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ namespace Ombi.Store.Context
|
||||||
notificationToAdd = new NotificationTemplates
|
notificationToAdd = new NotificationTemplates
|
||||||
{
|
{
|
||||||
NotificationType = notificationType,
|
NotificationType = notificationType,
|
||||||
Message = "Your TV request is now partially available! Season {PartiallyAvailableSeasonNumber} Episodes {PartiallyAvailableEpisodeNumbers}!",
|
Message = "Your TV request for {Title} is now partially available! Season {PartiallyAvailableSeasonNumber} Episodes {PartiallyAvailableEpisodeNumbers}!",
|
||||||
Subject = "{ApplicationName}: Partially Available Request!",
|
Subject = "{ApplicationName}: Partially Available Request!",
|
||||||
Agent = agent,
|
Agent = agent,
|
||||||
Enabled = true,
|
Enabled = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue