1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

New: Check for available space before grabbing

Closes #7177
This commit is contained in:
Mark McDowall
2024-09-15 10:20:42 -07:00
committed by GitHub
parent 4d8a443681
commit 4b5ff3927d
5 changed files with 176 additions and 19 deletions
@@ -186,6 +186,7 @@ namespace NzbDrone.Core.Configuration
set { SetValue("DownloadClientHistoryLimit", value); }
}
// TODO: Rename to 'Skip Free Space Check'
public bool SkipFreeSpaceCheckWhenImporting
{
get { return GetValueBoolean("SkipFreeSpaceCheckWhenImporting", false); }