work on notification templates

This commit is contained in:
James 2024-12-26 23:56:45 +11:00
parent 06baead15f
commit 11e0e9f309

View file

@ -38,7 +38,7 @@ namespace NzbDrone.Core.Datastore.Migration
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 = @"<!DOCTYPE html>
<html lang=""en"" xmlns:th=""http://www.thymeleaf.org"">
<html>
<head>
<title>Sonarr Notification</title>
</head>