Improve ErrorHandler and quieten logging

Closes #1301

(cherry picked from commit 5fb6b449507af0b238afe6b699d8f55cc5deb790)
This commit is contained in:
ta264
2021-11-09 21:35:20 +00:00
parent d1caed5c7d
commit 1835f15460
29 changed files with 50 additions and 74 deletions
@@ -53,7 +53,7 @@ namespace Readarr.Api.V1.Profiles.Metadata
return Accepted(model.Id);
}
public override MetadataProfileResource GetResourceById(int id)
protected override MetadataProfileResource GetResourceById(int id)
{
return _profileService.Get(id).ToResource();
}