Skip to content

Commit 68b1b20

Browse files
author
Cloud9Developer
committed
cleanup
1 parent a37de7c commit 68b1b20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Jellyfin.Plugin.Newsletters/Emails/HTMLBuilder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public string GetDefaultHTMLBody()
7676
{
7777
// emailBody = "<html> <div> <table style='margin-left: auto; margin-right: auto;'> <tr> <td width='100%' height='100%' style='vertical-align: top; background-color: #000000;'> <table id='InsertHere' name='MainTable' style='margin-left: auto; margin-right: auto; border-spacing: 0 5px; padding-left: 2%; padding-right: 2%; padding-bottom: 1%;'> <tr style='text-align: center;'> <td colspan='2'> <span><h1 id='Title' style='color:#FFFFFF;'>Jellyfin Newsletter</h1><h3 id='Date' style='color:#FFFFFF;'>" + DateTime.Today.ToString("yyyy-MM-dd", System.Globalization.CultureInfo.InvariantCulture) + "</h3></span> </td> </tr> <!-- Fill this in from code --> REPLACEME <!-- Fill that in from code --> </table> </td> </tr> </table> </div> </html>";
7878
emailBody = config.Body;
79-
logger.Info("EMAIL BODY: " + emailBody);
8079
return emailBody;
8180
}
8281

0 commit comments

Comments
 (0)