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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user