mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
Added Recycle Bin to UI
This commit is contained in:
@@ -236,6 +236,7 @@ namespace NzbDrone.Web.Controllers
|
||||
model.LaunchBrowser = _configFileProvider.LaunchBrowser;
|
||||
model.AuthenticationType = selectedAuthenticationType;
|
||||
model.AuthTypeSelectList = authTypeSelectList;
|
||||
model.RecycleBin = _configProvider.RecycleBin;
|
||||
|
||||
return View(model);
|
||||
}
|
||||
@@ -622,6 +623,7 @@ namespace NzbDrone.Web.Controllers
|
||||
_configFileProvider.Port = data.Port;
|
||||
_configFileProvider.LaunchBrowser = data.LaunchBrowser;
|
||||
_configFileProvider.AuthenticationType = data.AuthenticationType;
|
||||
_configProvider.RecycleBin = data.RecycleBin;
|
||||
|
||||
return GetSuccessResult();
|
||||
}
|
||||
|
Reference in New Issue
Block a user