mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
Fixed build
This commit is contained in:
parent
425522ea06
commit
86144f59bb
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ namespace Ombi.Services.Jobs
|
|||
|
||||
string escapedHtml = new string(html.Where(c => !char.IsControl(c)).ToArray());
|
||||
Log.Debug(escapedHtml);
|
||||
SendNewsletter(newletterSettings, escapedHtml, plexSettings, testEmail);
|
||||
SendNewsletter(newletterSettings, escapedHtml, testEmail);
|
||||
}
|
||||
|
||||
private void GenerateMovieHtml(List<RecentlyAddedChild> movies, PlexSettings plexSettings, StringBuilder sb)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue