Because it's 2016!

This commit is contained in:
Keivan Beigi
2016-12-08 22:54:15 -08:00
parent 2e36538dcd
commit aba613acd1
220 changed files with 450 additions and 2053 deletions

View File

@@ -20,10 +20,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
_logger = logger;
}
public override string Link
{
get { return "http://xbmc.org/"; }
}
public override string Link => "http://xbmc.org/";
public override void OnGrab(GrabMessage grabMessage)
{
@@ -45,13 +42,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
UpdateAndClean(series);
}
public override string Name
{
get
{
return "Kodi (XBMC)";
}
}
public override string Name => "Kodi (XBMC)";
public override ValidationResult Test()
{