mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
added tests for basic config set/get to db
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user