mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 03:38:26 -07:00
Fixed: Workaround net6 object serialization issues
This commit is contained in:
parent
814d75c022
commit
25914ddf39
5 changed files with 6 additions and 6 deletions
|
@ -105,7 +105,7 @@ namespace Lidarr.Api.V1
|
|||
public object DeleteProvider(int id)
|
||||
{
|
||||
_providerFactory.Delete(id);
|
||||
return new object();
|
||||
return new { };
|
||||
}
|
||||
|
||||
[HttpGet("schema")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue