mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 22:07:07 -04:00
work on notification templates
This commit is contained in:
parent
06baead15f
commit
11e0e9f309
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue