mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-27 10:44:59 +01:00
Fix Sonarr > Lidarr
This commit is contained in:
parent
db07eba461
commit
834d334ca6
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ public abstract class CustomFormatSpecificationBase : ICustomFormatSpecification
|
|||
public abstract int Order { get; }
|
||||
public abstract string ImplementationName { get; }
|
||||
|
||||
public virtual string InfoLink => "https://wiki.servarr.com/sonarr/settings#custom-formats-2";
|
||||
public virtual string InfoLink => "https://wiki.servarr.com/lidarr/settings#custom-formats-2";
|
||||
|
||||
public string Name { get; set; }
|
||||
public bool Negate { get; set; }
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ public ValidationFailure Test(SimplepushSettings settings)
|
|||
try
|
||||
{
|
||||
const string title = "Test Notification";
|
||||
const string body = "This is a test message from Sonarr";
|
||||
const string body = "This is a test message from Lidarr";
|
||||
|
||||
SendNotification(title, body, settings);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue