Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/7a58082cd77e99502eb96fee9e4005afb758b642 You should set ROOT_URL correctly, otherwise the web may not work correctly.

smallicon for Join notifications

New: White icon with transparent background for Join notifications notification bar icon
Closes 
pull/4/head
Mark McDowall 8 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