mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Added Recycle Bin to UI
This commit is contained in:
parent
fcf0ca7299
commit
0a41a47c9d
3 changed files with 13 additions and 0 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue