This was caused by a logic error that thought that a file was empty just because it didn't find any configuration data relevant to the current subcommand. For example, a config file that only has Radarr config in it when you run `recyclarr sonarr`.pull/151/head
parent
ebb33f3328
commit
ab352f6a4c
@ -0,0 +1,5 @@
|
||||
namespace Recyclarr.Config;
|
||||
|
||||
public class EmptyYamlException : Exception
|
||||
{
|
||||
}
|
Loading…
Reference in new issue