mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 21:39:34 +02: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