mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-02-10 15:59:10 -06:00
Fix Sonarr > Lidarr
This commit is contained in:
@@ -7,7 +7,7 @@ namespace NzbDrone.Core.CustomFormats
|
||||
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 @@ namespace NzbDrone.Core.Notifications.Simplepush
|
||||
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user