mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
New: Advanced option to skip checking free space when importing files
This commit is contained in:
parent
52c5c19b0a
commit
0f9360bccb
5 changed files with 56 additions and 2 deletions
|
@ -164,6 +164,13 @@ namespace NzbDrone.Core.Configuration
|
|||
set { SetValue("DownloadedEpisodesScanInterval", value); }
|
||||
}
|
||||
|
||||
public Boolean SkipFreeSpaceCheckWhenImporting
|
||||
{
|
||||
get { return GetValueBoolean("SkipFreeSpaceCheckWhenImporting", false); }
|
||||
|
||||
set { SetValue("SkipFreeSpaceCheckWhenImporting", value); }
|
||||
}
|
||||
|
||||
public Boolean SetPermissionsLinux
|
||||
{
|
||||
get { return GetValueBoolean("SetPermissionsLinux", false); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue