mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 08:46:34 +00:00
New: Upgrade to .NET 6
This commit is contained in:
@@ -102,10 +102,9 @@ namespace Readarr.Api.V1
|
||||
}
|
||||
|
||||
[RestDeleteById]
|
||||
public object DeleteProvider(int id)
|
||||
public void DeleteProvider(int id)
|
||||
{
|
||||
_providerFactory.Delete(id);
|
||||
return new object();
|
||||
}
|
||||
|
||||
[HttpGet("schema")]
|
||||
|
||||
Reference in New Issue
Block a user