1
0
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:
Mark McDowall 2019-08-06 17:43:11 -07:00
parent 3c1dd94915
commit dc7b4cebf2

View File

@ -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}
/>