Fix notifiation in Ntfy on test from Radarr to Readarr (#2141)

This commit is contained in:
PearsonFlyer
2023-01-21 18:35:49 -05:00
committed by GitHub
parent 7d02c00ca8
commit 91b8565629

View File

@@ -69,7 +69,7 @@ namespace NzbDrone.Core.Notifications.Ntfy
{
try
{
const string title = "Radarr - Test Notification";
const string title = "Readarr - Test Notification";
const string body = "This is a test message from Readarr";