mirror of
https://github.com/Readarr/Readarr
synced 2025-12-08 09:22:53 +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
|
try
|
||||||
{
|
{
|
||||||
const string title = "Radarr - Test Notification";
|
const string title = "Readarr - Test Notification";
|
||||||
|
|
||||||
const string body = "This is a test message from Readarr";
|
const string body = "This is a test message from Readarr";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue