mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-05 00:05:47 +00:00
Fix notifiation in Ntfy on test from Radarr to Readarr (#2141)
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user