From fea5db3e4b1a9e04cc68b65a0aadfc465d3bbcd6 Mon Sep 17 00:00:00 2001 From: Peter Tutervai Date: Tue, 14 Jun 2016 07:07:47 +0200 Subject: [PATCH] Re-enabled calling synoindex after renaming Fixed: On Rename connections to synoindex --- .../Notifications/Synology/SynologyIndexer.cs | 8 -------- 1 file changed, 8 deletions(-) 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();