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

pull/2151/head
PearsonFlyer 1 year ago committed by GitHub
parent 7d02c00ca8
commit 91b8565629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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";

Loading…
Cancel
Save