1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Updated kodi url

This commit is contained in:
Taloth Saldono
2020-05-13 21:29:21 +02:00
parent d3a22459ac
commit 4d1a4d4241
+1 -1
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)
{