mirror of
https://github.com/Readarr/Readarr.git
synced 2026-01-27 23:38:12 -05:00
Fix deleting providers
This commit is contained in:
@@ -100,9 +100,10 @@ private TProviderDefinition GetDefinition(TProviderResource providerResource, bo
|
||||
}
|
||||
|
||||
[RestDeleteById]
|
||||
public void DeleteProvider(int id)
|
||||
public object DeleteProvider(int id)
|
||||
{
|
||||
_providerFactory.Delete(id);
|
||||
return new object();
|
||||
}
|
||||
|
||||
[HttpGet("schema")]
|
||||
Reference in New Issue
Block a user