mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Workaround .net error serializing new object()
See https://github.com/dotnet/runtime/issues/61995
This commit is contained in:
@@ -86,7 +86,7 @@ namespace Readarr.Api.V1.Queue
|
||||
|
||||
_trackedDownloadService.StopTracking(trackedDownloadIds);
|
||||
|
||||
return new object();
|
||||
return new { };
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
|
||||
Reference in New Issue
Block a user