mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Re-enabled calling synoindex after renaming
Fixed: On Rename connections to synoindex
This commit is contained in:
committed by
Mark McDowall
parent
c38973cce4
commit
fea5db3e4b
@@ -61,14 +61,6 @@ namespace NzbDrone.Core.Notifications.Synology
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool SupportsOnRename
|
|
||||||
{
|
|
||||||
get
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public override ValidationResult Test()
|
public override ValidationResult Test()
|
||||||
{
|
{
|
||||||
var failures = new List<ValidationFailure>();
|
var failures = new List<ValidationFailure>();
|
||||||
|
|||||||
Reference in New Issue
Block a user