mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07: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 @@ 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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue