1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-03 13:34:54 +00:00

Use different folder to store sqlite database.

This commit is contained in:
Joseph Milazzo 2017-04-08 08:37:15 -05:00
parent a61cdeed0d
commit 3ebbaf4eb7

View file

@ -34,7 +34,7 @@ public AppFolderInfo(IStartupContext startupContext)
}
else
{
AppDataFolder = Path.Combine(Environment.GetFolderPath(DATA_SPECIAL_FOLDER, Environment.SpecialFolderOption.None), "NzbDrone");
AppDataFolder = Path.Combine(Environment.GetFolderPath(DATA_SPECIAL_FOLDER, Environment.SpecialFolderOption.None), "Lidarr");
}
StartUpFolder = new FileInfo(Assembly.GetExecutingAssembly().Location).Directory.FullName;