mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
Improve ErrorHandler and quieten logging
[common]
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Radarr.Api.V3.Commands
|
||||
PostValidator.RuleFor(c => c.Name).NotBlank();
|
||||
}
|
||||
|
||||
public override CommandResource GetResourceById(int id)
|
||||
protected override CommandResource GetResourceById(int id)
|
||||
{
|
||||
return _commandQueueManager.Get(id).ToResource();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user