Updated kodi url

This commit is contained in:
Taloth Saldono 2020-05-13 21:29:21 +02:00
parent d3a22459ac
commit 4d1a4d4241
1 changed files with 1 additions and 1 deletions

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)
{