mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04: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 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; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user