Fixed build

This commit is contained in:
tidusjar 2017-02-03 14:46:11 +00:00
commit 86144f59bb

View file

@ -218,7 +218,7 @@ namespace Ombi.Services.Jobs
string escapedHtml = new string(html.Where(c => !char.IsControl(c)).ToArray()); string escapedHtml = new string(html.Where(c => !char.IsControl(c)).ToArray());
Log.Debug(escapedHtml); Log.Debug(escapedHtml);
SendNewsletter(newletterSettings, escapedHtml, plexSettings, testEmail); SendNewsletter(newletterSettings, escapedHtml, testEmail);
} }
private void GenerateMovieHtml(List<RecentlyAddedChild> movies, PlexSettings plexSettings, StringBuilder sb) private void GenerateMovieHtml(List<RecentlyAddedChild> movies, PlexSettings plexSettings, StringBuilder sb)