1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

Improve ErrorHandler and quieten logging

[common]
This commit is contained in:
ta264
2021-10-24 21:35:22 +01:00
committed by Qstick
parent bb4c1d6181
commit 5fb6b44950
33 changed files with 54 additions and 78 deletions
@@ -33,7 +33,7 @@ namespace Radarr.Api.V3.Config
SharedValidator.RuleFor(c => c.MovieFolderFormat).ValidMovieFolderFormat();
}
public override NamingConfigResource GetResourceById(int id)
protected override NamingConfigResource GetResourceById(int id)
{
return GetNamingConfig();
}