mirror of
https://github.com/Readarr/Readarr
synced 2026-01-08 16:43:34 +01:00
Fixed: Incorrect logo for Emby notifications.
This commit is contained in:
parent
c9488351e4
commit
a728517eaf
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ public void Notify(MediaBrowserSettings settings, string title, string message)
|
|||
{
|
||||
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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue