deletion of useless newlines (markus101 comment)
This commit is contained in:
parent
4666a5e588
commit
1ca954469b
|
@ -3,9 +3,7 @@ namespace NzbDrone.Core.Notifications.Signal
|
||||||
public class SignalPayload
|
public class SignalPayload
|
||||||
{
|
{
|
||||||
public string Message { get; set; }
|
public string Message { get; set; }
|
||||||
|
|
||||||
public string Number { get; set; }
|
public string Number { get; set; }
|
||||||
|
|
||||||
public string[] Recipients { get; set; }
|
public string[] Recipients { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,7 +65,7 @@ namespace NzbDrone.Core.Notifications.Signal
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
const string title = "Test Notification";
|
const string title = "Test Notification";
|
||||||
const string body = "This is a test message from Radarr";
|
const string body = "This is a test message from Sonarr";
|
||||||
|
|
||||||
SendNotification(title, body, settings);
|
SendNotification(title, body, settings);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue