You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-07-15 01:25:05 +02:00
Added SkipFreeSpaceCheckWhenImporting to resource so it can be saved
This commit is contained in:
@ -17,5 +17,7 @@ namespace NzbDrone.Api.Config
|
||||
public String FolderChmod { get; set; }
|
||||
public String ChownUser { get; set; }
|
||||
public String ChownGroup { get; set; }
|
||||
|
||||
public Boolean SkipFreeSpaceCheckWhenImporting { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user