diff --git a/Logo/96-Outline-White.png b/Logo/96-Outline-White.png new file mode 100644 index 000000000..087d747f0 Binary files /dev/null and b/Logo/96-Outline-White.png differ diff --git a/src/NzbDrone.Core/Notifications/Join/JoinProxy.cs b/src/NzbDrone.Core/Notifications/Join/JoinProxy.cs index 548fe6bde..9aed6786c 100644 --- a/src/NzbDrone.Core/Notifications/Join/JoinProxy.cs +++ b/src/NzbDrone.Core/Notifications/Join/JoinProxy.cs @@ -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(response.Content);