mirror of
https://github.com/Readarr/Readarr
synced 2025-12-06 16:32:51 +01:00
Fix notifiation in Ntfy on test from Radarr to Readarr (#2141)
This commit is contained in:
parent
7d02c00ca8
commit
91b8565629
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ public ValidationFailure Test(NtfySettings settings)
|
|||
{
|
||||
try
|
||||
{
|
||||
const string title = "Radarr - Test Notification";
|
||||
const string title = "Readarr - Test Notification";
|
||||
|
||||
const string body = "This is a test message from Readarr";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue