mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07: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 @@ namespace NzbDrone.Core.CustomFormats
|
||||||
public abstract int Order { get; }
|
public abstract int Order { get; }
|
||||||
public abstract string ImplementationName { 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 string Name { get; set; }
|
||||||
public bool Negate { get; set; }
|
public bool Negate { get; set; }
|
||||||
|
|
|
@ -42,7 +42,7 @@ namespace NzbDrone.Core.Notifications.Simplepush
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
const string title = "Test Notification";
|
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);
|
SendNotification(title, body, settings);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue