fixup radarr ref

This commit is contained in:
bakerboy448 2021-06-30 22:07:32 -05:00 committed by Qstick
parent 1a44d53fef
commit d8d74f5e80
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ namespace NzbDrone.Core.Notifications.Email
try
{
SendEmail(settings, "Radarr - Test Notification", body);
SendEmail(settings, "Lidarr - Test Notification", body);
}
catch (Exception ex)
{