added disabled

Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
Matt Bruce 2016-11-20 17:46:33 -06:00
parent 69caf72808
commit 5c948438a1

View File

@ -24,6 +24,11 @@ namespace Herse.Models
[JsonProperty("path")]
public string Path { get; set; }
[JsonProperty("disabled")]
public bool Disabled { get; set; } = false;
[JsonIgnore]
public FileType FileType
{