mirror of
https://github.com/Readarr/Readarr
synced 2025-12-19 14:56:04 +01: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