Fixed: Incorrect logo for Emby notifications.

This commit is contained in:
Qstick 2018-02-18 01:18:44 -05:00
commit a728517eaf

View file

@ -25,7 +25,7 @@ namespace NzbDrone.Core.Notifications.Emby
{ {
Name = title, Name = title,
Description = message, 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()); }.ToJson());
ProcessRequest(request, settings); ProcessRequest(request, settings);