1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-22 22:10:35 +00:00

Re-enabled calling synoindex after renaming

Fixed: On Rename connections to synoindex
This commit is contained in:
Peter Tutervai 2016-06-14 07:07:47 +02:00 committed by Mark McDowall
parent c38973cce4
commit fea5db3e4b

View file

@ -61,14 +61,6 @@ public override string Name
}
}
public override bool SupportsOnRename
{
get
{
return false;
}
}
public override ValidationResult Test()
{
var failures = new List<ValidationFailure>();