mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
Add Title to Partially Available Message
If the Title of the show is not menitoned it can be unclear what Episodes are now available.
This commit is contained in:
parent
eea8663f7d
commit
7383cd4c70
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