mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Added Recycle Bin to UI
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user