From a728517eaf6fbd46910fe811c1409063ff9bd0a6 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 18 Feb 2018 01:18:44 -0500 Subject: [PATCH] Fixed: Incorrect logo for Emby notifications. --- .../Notifications/MediaBrowser/MediaBrowserProxy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Notifications/MediaBrowser/MediaBrowserProxy.cs b/src/NzbDrone.Core/Notifications/MediaBrowser/MediaBrowserProxy.cs index 4df933054..7bc725bab 100644 --- a/src/NzbDrone.Core/Notifications/MediaBrowser/MediaBrowserProxy.cs +++ b/src/NzbDrone.Core/Notifications/MediaBrowser/MediaBrowserProxy.cs @@ -25,7 +25,7 @@ namespace NzbDrone.Core.Notifications.Emby { Name = title, Description = message, - ImageUrl = "https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64.png" + ImageUrl = "https://raw.github.com/lidarr/Lidarr/develop/Logo/64.png" }.ToJson()); ProcessRequest(request, settings);