smallicon for Join notifications

New: White icon with transparent background for Join notifications notification bar icon
Closes #1458
pull/4/head
Mark McDowall 7 years ago
parent 2e08f195e4
commit 7a58082cd7

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

@ -88,6 +88,7 @@ namespace NzbDrone.Core.Notifications.Join
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…
Cancel
Save