mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
minor cleanup.
This commit is contained in:
parent
e0aceb98d2
commit
89b43836d0
3 changed files with 31 additions and 61 deletions
|
@ -73,7 +73,7 @@ namespace NzbDrone.Core.Notifications.Email
|
|||
var settings = new EmailSettings();
|
||||
settings.InjectFrom(message);
|
||||
|
||||
var body = "Success! You have properly configured your email notification settings";
|
||||
const string body = "Success! You have properly configured your email notification settings";
|
||||
|
||||
SendEmail(settings, "NzbDrone - Test Notification", body);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue