mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
New: Max DB Size is now 512MB (was 256MB)
This commit is contained in:
parent
653a0864c3
commit
c2a1df61f6
3 changed files with 4 additions and 4 deletions
|
@ -77,7 +77,7 @@ namespace NzbDrone.Common
|
|||
return Path.Combine(environmentProvider.ApplicationPath, APP_CONFIG_FILE);
|
||||
}
|
||||
|
||||
public static string GetNzbDronoeDbFile(this EnvironmentProvider environmentProvider)
|
||||
public static string GetNzbDroneDbFile(this EnvironmentProvider environmentProvider)
|
||||
{
|
||||
return Path.Combine(environmentProvider.GetAppDataPath(), NZBDRONE_DB_FILE);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue