1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-10-29 23:12:39 +01:00

Updated kodi url

This commit is contained in:
Taloth Saldono 2020-05-13 21:29:21 +02:00
parent d3a22459ac
commit 4d1a4d4241

View File

@ -19,7 +19,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
_logger = logger;
}
public override string Link => "http://xbmc.org/";
public override string Link => "https://kodi.tv";
public override void OnGrab(GrabMessage grabMessage)
{