mirror of
https://github.com/Readarr/Readarr
synced 2026-01-02 13:48:47 +01:00
Use different folder to store sqlite database.
This commit is contained in:
parent
a61cdeed0d
commit
3ebbaf4eb7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue