1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-31 03:11:51 +00:00

Added SkipFreeSpaceCheckWhenImporting to resource so it can be saved

This commit is contained in:
Mark McDowall 2014-04-07 11:51:51 -07:00
parent c41944ed33
commit 606875cc2e

View file

@ -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; }
}
}