mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-15 10:39:47 +02:00
New: Add warning that recycle bin will be cleaned up automatically after 1 week
This commit is contained in:
parent
3c1dd94915
commit
dc7b4cebf2
@ -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 New Issue
Block a user