mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Sonarr > Lidarr
This commit is contained in:
parent
b94df9f714
commit
ce99ec6e64
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ namespace NzbDrone.Core.CustomFormats
|
||||||
{
|
{
|
||||||
public override int Order => 9;
|
public override int Order => 9;
|
||||||
public override string ImplementationName => "Release Group";
|
public override string ImplementationName => "Release Group";
|
||||||
public override string InfoLink => "https://wiki.servarr.com/sonarr/settings#custom-formats-2";
|
public override string InfoLink => "https://wiki.servarr.com/lidarr/settings#custom-formats-2";
|
||||||
|
|
||||||
protected override bool IsSatisfiedByWithoutNegate(CustomFormatInput input)
|
protected override bool IsSatisfiedByWithoutNegate(CustomFormatInput input)
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,7 +4,7 @@ namespace NzbDrone.Core.CustomFormats
|
||||||
{
|
{
|
||||||
public override int Order => 1;
|
public override int Order => 1;
|
||||||
public override string ImplementationName => "Release Title";
|
public override string ImplementationName => "Release Title";
|
||||||
public override string InfoLink => "https://wiki.servarr.com/sonarr/settings#custom-formats-2";
|
public override string InfoLink => "https://wiki.servarr.com/lidarr/settings#custom-formats-2";
|
||||||
|
|
||||||
protected override bool IsSatisfiedByWithoutNegate(CustomFormatInput input)
|
protected override bool IsSatisfiedByWithoutNegate(CustomFormatInput input)
|
||||||
{
|
{
|
||||||
|
|
|
@ -58,7 +58,7 @@ namespace NzbDrone.Core.Notifications.Pushcut
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
const string title = "Sonarr Test Title";
|
const string title = "Lidarr Test Title";
|
||||||
const string message = "Success! You have properly configured your Pushcut notification settings.";
|
const string message = "Success! You have properly configured your Pushcut notification settings.";
|
||||||
SendNotification(title, message, settings);
|
SendNotification(title, message, settings);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue