mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-22 07:42:28 +00:00
smallicon for Join notifications
New: White icon with transparent background for Join notifications notification bar icon Closes #1458
This commit is contained in:
parent
2e08f195e4
commit
7a58082cd7
2 changed files with 1 additions and 0 deletions
BIN
Logo/96-Outline-White.png
Normal file
BIN
Logo/96-Outline-White.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
|
@ -88,6 +88,7 @@ private void SendNotification(string title, string message, RestRequest request,
|
|||
request.AddParameter("title", title);
|
||||
request.AddParameter("text", message);
|
||||
request.AddParameter("icon", "https://cdn.rawgit.com/Sonarr/Sonarr/develop/Logo/256.png"); // Use the Sonarr logo.
|
||||
request.AddParameter("smallicon", "https://cdn.rawgit.com/Sonarr/Sonarr/develop/Logo/96-Outline-White.png"); // 96x96px with outline at 88x88px on a transparent background.
|
||||
|
||||
var response = client.ExecuteAndValidate(request);
|
||||
var res = Json.Deserialize<JoinResponseModel>(response.Content);
|
||||
|
|
Loading…
Reference in a new issue