Skip to content

Commit

Permalink
Updated kodi url
Browse files Browse the repository at this point in the history
(cherry picked from commit 4d1a4d42418e282d5ba71b2b59c1863e7ca847f4)
  • Loading branch information
Taloth authored and Qstick committed Oct 14, 2020
1 parent 9b4c09b commit ab8a9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NzbDrone.Core/Notifications/Xbmc/Xbmc.cs
Expand Up @@ -19,7 +19,7 @@ public Xbmc(IXbmcService xbmcService, Logger logger)
_logger = logger;
}

public override string Link => "http://xbmc.org/";
public override string Link => "https://kodi.tv";

public override void OnGrab(GrabMessage grabMessage)
{
Expand Down

0 comments on commit ab8a9ca

Please sign in to comment.