mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-27 02:54:44 +00:00
Improve ErrorHandler and quieten logging
Closes #1301 (cherry picked from commit 5fb6b449507af0b238afe6b699d8f55cc5deb790)
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Readarr.Api.V1.RemotePathMappings
|
||||
.SetValidator(pathExistsValidator);
|
||||
}
|
||||
|
||||
public override RemotePathMappingResource GetResourceById(int id)
|
||||
protected override RemotePathMappingResource GetResourceById(int id)
|
||||
{
|
||||
return _remotePathMappingService.Get(id).ToResource();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user