Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/dc7b4cebf2b0990e95aed2a96300f1dea1b13390 You should set ROOT_URL correctly, otherwise the web may not work correctly.

New: Add warning that recycle bin will be cleaned up automatically after 1 week

pull/3252/head
Mark McDowall 6 years ago
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…
Cancel
Save