mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Fixed: Incorrect logo for Emby notifications.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user