mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-31 11:22:06 +00:00
Added SkipFreeSpaceCheckWhenImporting to resource so it can be saved
This commit is contained in:
parent
c41944ed33
commit
606875cc2e
1 changed files with 2 additions and 0 deletions
|
@ -17,5 +17,7 @@ public class MediaManagementConfigResource : RestResource
|
|||
public String FolderChmod { get; set; }
|
||||
public String ChownUser { get; set; }
|
||||
public String ChownGroup { get; set; }
|
||||
|
||||
public Boolean SkipFreeSpaceCheckWhenImporting { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue