mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 22:23:34 -07:00
Update INewsletterTemplate.cs
Add applicationUrl
This commit is contained in:
parent
10033496e7
commit
e2971f821e
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
||||||
{
|
{
|
||||||
public interface INewsletterTemplate
|
public interface INewsletterTemplate
|
||||||
{
|
{
|
||||||
string LoadTemplate(string subject, string intro, string tableHtml, string logo, string unsubscribeLink);
|
string LoadTemplate(string subject, string intro, string tableHtml, string logo, string unsubscribeLink, string applicationUrl);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue