mirror of
https://github.com/Radarr/Radarr
synced 2025-02-25 15:43:08 +00:00
Update JoinProxy.cs
This commit is contained in:
parent
81861c6121
commit
687dd8a05f
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ private void SendNotification(string title, string message, RestRequest request,
|
|||
request.AddParameter("apikey", settings.ApiKey);
|
||||
request.AddParameter("title", title);
|
||||
request.AddParameter("text", message);
|
||||
request.AddParameter("icon", "https://cdn.rawgit.com/Radarr/Radarr/develop/Logo/256.png"); // Use the Sonarr logo.
|
||||
request.AddParameter("icon", "https://cdn.rawgit.com/Radarr/Radarr/develop/Logo/256.png"); // Use the Radarr logo.
|
||||
|
||||
var response = client.ExecuteAndValidate(request);
|
||||
var res = Json.Deserialize<JoinResponseModel>(response.Content);
|
||||
|
|
Loading…
Reference in a new issue