mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-23 22:51:19 +00:00
New: Add warning that recycle bin will be cleaned up automatically after 1 week
This commit is contained in:
parent
3c1dd94915
commit
dc7b4cebf2
1 changed files with 1 additions and 0 deletions
|
@ -316,6 +316,7 @@ class MediaManagement extends Component {
|
|||
type={inputTypes.PATH}
|
||||
name="recycleBin"
|
||||
helpText="Episode files will go here when deleted instead of being permanently deleted"
|
||||
helpTextWarning="Files in the recycle bin older than a week will be cleaned up automatically"
|
||||
onChange={onInputChange}
|
||||
{...settings.recycleBin}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue