diff --git a/src/NzbDrone.Core/Notifications/Synology/SynologyIndexer.cs b/src/NzbDrone.Core/Notifications/Synology/SynologyIndexer.cs index 150dfa67e..ed9bd2a08 100644 --- a/src/NzbDrone.Core/Notifications/Synology/SynologyIndexer.cs +++ b/src/NzbDrone.Core/Notifications/Synology/SynologyIndexer.cs @@ -61,14 +61,6 @@ namespace NzbDrone.Core.Notifications.Synology } } - public override bool SupportsOnRename - { - get - { - return false; - } - } - public override ValidationResult Test() { var failures = new List();