mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07: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 @@ 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; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue