mirror of
https://github.com/Readarr/Readarr
synced 2026-05-09 05:21:41 +02:00
Re-enabled calling synoindex after renaming
Fixed: On Rename connections to synoindex
This commit is contained in:
parent
c38973cce4
commit
fea5db3e4b
1 changed files with 0 additions and 8 deletions
|
|
@ -61,14 +61,6 @@ public override string Name
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
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>();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue