mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Improve ErrorHandler and quieten logging
Closes #1301 (cherry picked from commit 5fb6b449507af0b238afe6b699d8f55cc5deb790)
This commit is contained in:
@@ -95,7 +95,7 @@ namespace Readarr.Api.V1.Author
|
||||
PutValidator.RuleFor(s => s.Path).IsValidPath();
|
||||
}
|
||||
|
||||
public override AuthorResource GetResourceById(int id)
|
||||
protected override AuthorResource GetResourceById(int id)
|
||||
{
|
||||
var author = _authorService.GetAuthor(id);
|
||||
return GetAuthorResource(author);
|
||||
|
||||
Reference in New Issue
Block a user