mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
Improve ErrorHandler and quieten logging
[common]
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Radarr.Api.V3.Config
|
||||
_configService = configService;
|
||||
}
|
||||
|
||||
public override TResource GetResourceById(int id)
|
||||
protected override TResource GetResourceById(int id)
|
||||
{
|
||||
return GetConfig();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user