New: Advanced option to skip checking free space when importing files

This commit is contained in:
Mark McDowall
2014-04-04 09:25:18 -07:00
parent 52c5c19b0a
commit 0f9360bccb
5 changed files with 56 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ namespace NzbDrone.Core.Configuration
Boolean AutoDownloadPropers { get; set; }
Boolean CreateEmptySeriesFolders { get; set; }
FileDateType FileDate { get; set; }
Boolean SkipFreeSpaceCheckWhenImporting { get; set; }
//Permissions (Media Management)
Boolean SetPermissionsLinux { get; set; }