mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Added SkipFreeSpaceCheckWhenImporting to resource so it can be saved
This commit is contained in:
parent
c41944ed33
commit
606875cc2e
@ -17,5 +17,7 @@ public class MediaManagementConfigResource : RestResource
|
|||||||
public String FolderChmod { get; set; }
|
public String FolderChmod { get; set; }
|
||||||
public String ChownUser { get; set; }
|
public String ChownUser { get; set; }
|
||||||
public String ChownGroup { get; set; }
|
public String ChownGroup { get; set; }
|
||||||
|
|
||||||
|
public Boolean SkipFreeSpaceCheckWhenImporting { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user