From 11e0e9f30908e8dbc23aad8cfcb3dcbff205ef5d Mon Sep 17 00:00:00 2001 From: James <186535+jsloane@users.noreply.github.com> Date: Thu, 26 Dec 2024 23:56:45 +1100 Subject: [PATCH] work on notification templates --- .../Datastore/Migration/216_add_notification_template.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Datastore/Migration/216_add_notification_template.cs b/src/NzbDrone.Core/Datastore/Migration/216_add_notification_template.cs index e0e94a82b..0427c80d2 100644 --- a/src/NzbDrone.Core/Datastore/Migration/216_add_notification_template.cs +++ b/src/NzbDrone.Core/Datastore/Migration/216_add_notification_template.cs @@ -38,7 +38,7 @@ private void CreateDefaultHtmlTemplate(IDbConnection conn, IDbTransaction tran) var name = "Email template"; var title = "Sonarr - {{ if grab_message }}Episode Grabbed{{ else if series_add_message }}Series Added{{ else }}{{fallback_title}}{{ end }}"; var body = @" - + Sonarr Notification