mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-02 21:15:05 +00:00
Rename Sonarr to Lidarr
This commit is contained in:
parent
448d29f135
commit
4832860cce
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ public XDocument LoadConfigFile()
|
||||||
|
|
||||||
if (config.Count != 1)
|
if (config.Count != 1)
|
||||||
{
|
{
|
||||||
throw new InvalidConfigFileException($"{_configFile} is invalid. Please delete the config file and Sonarr will recreate it.");
|
throw new InvalidConfigFileException($"{_configFile} is invalid. Please delete the config file and Lidarr will recreate it.");
|
||||||
}
|
}
|
||||||
|
|
||||||
return xDoc;
|
return xDoc;
|
||||||
|
|
Loading…
Reference in a new issue