Added Recycle Bin to UI

This commit is contained in:
Mark McDowall 2012-09-04 00:11:27 -07:00
commit 0a41a47c9d
3 changed files with 13 additions and 0 deletions

View file

@ -23,5 +23,10 @@ namespace NzbDrone.Web.Models
public AuthenticationType AuthenticationType { get; set; }
public SelectList AuthTypeSelectList { get; set; }
[DisplayName("Recycle Bin")]
[Description("Path to NzbDrone's internal recycle bin (optional)")]
[DisplayFormat(ConvertEmptyStringToNull = false)]
public string RecycleBin { get; set; }
}
}