1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Added: Functionality to XBMC and Plex to update indivdual titles. Also: Notification Cleanup (#2240)

This commit is contained in:
fhscholl
2017-11-10 10:11:09 -05:00
committed by Leonardo Galli
parent 32b1f75eb3
commit c7c423b13d
53 changed files with 251 additions and 1115 deletions
@@ -61,10 +61,6 @@ namespace NzbDrone.Core.Notifications.Webhook
_proxy.SendWebhook(payload, Settings);
}
public override void OnRename(Series series)
{
}
public override string Name => "Webhook";
public override ValidationResult Test()