mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
added tests for basic config set/get to db
This commit is contained in:
parent
1620721efe
commit
772452aa8b
13 changed files with 5874 additions and 13 deletions
|
@ -13,7 +13,11 @@ namespace NzbDrone.Web.Models
|
|||
|
||||
public class SettingsModel
|
||||
{
|
||||
public String RootPath
|
||||
|
||||
[Required]
|
||||
[DataType(DataType.Text)]
|
||||
[DisplayName("TV Folder")]
|
||||
public String TvFolder
|
||||
{
|
||||
get;
|
||||
set;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue