1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-22 07:42:28 +00:00

Rename Sonarr to Lidarr

This commit is contained in:
Bogdan 2024-06-11 07:41:54 +03:00
parent 448d29f135
commit 4832860cce

View file

@ -408,7 +408,7 @@ public XDocument LoadConfigFile()
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;