mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
Improve ErrorHandler and quieten logging
[common]
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Radarr.Api.V3.CustomFormats
|
||||
SharedValidator.RuleFor(c => c.Specifications).NotEmpty();
|
||||
}
|
||||
|
||||
public override CustomFormatResource GetResourceById(int id)
|
||||
protected override CustomFormatResource GetResourceById(int id)
|
||||
{
|
||||
return _formatService.GetById(id).ToResource();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user