1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-24 15:00:54 +00:00

fixup radarr ref

This commit is contained in:
bakerboy448 2021-06-30 22:07:32 -05:00 committed by Qstick
parent 1a44d53fef
commit d8d74f5e80

View file

@ -67,7 +67,7 @@ public ValidationFailure Test(EmailSettings settings)
try
{
SendEmail(settings, "Radarr - Test Notification", body);
SendEmail(settings, "Lidarr - Test Notification", body);
}
catch (Exception ex)
{