Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/7383cd4c701c99cd7b4238db59d647e778bde150 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add Title to Partially Available Message

If the Title of the show is not menitoned it can be unclear what Episodes are now available.
pull/4614/head
Teifun2 3 years ago committed by GitHub
parent eea8663f7d
commit 7383cd4c70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -212,7 +212,7 @@ namespace Ombi.Store.Context
notificationToAdd = new NotificationTemplates
{
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!",
Agent = agent,
Enabled = true,

Loading…
Cancel
Save