mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 15:21:28 +00:00
parent
b05d505bce
commit
1eca179b4e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public void Notify(XbmcSettings settings, string title, string message)
|
|||
var parameters = new Dictionary<string, object>();
|
||||
parameters.Add("title", title);
|
||||
parameters.Add("message", message);
|
||||
parameters.Add("image", "https://raw.github.com/Sonarr/Sonarr/develop/Logo/64.png");
|
||||
parameters.Add("image", "https://raw.github.com/Radarr/Radarr/develop/Logo/64.png");
|
||||
parameters.Add("displaytime", settings.DisplayTime * 1000);
|
||||
|
||||
ProcessRequest(request, settings, "GUI.ShowNotification", parameters);
|
||||
|
|
Loading…
Reference in a new issue