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

Fixed: Block deleteEmpty and createEmpty both on in UI

pull/2/head
Qstick 5 years ago
parent a552389ee8
commit 027a388157

@ -87,6 +87,7 @@ class MediaManagement extends Component {
<FormInputGroup
type={inputTypes.CHECK}
isDisabled={settings.deleteEmptyFolders.value}
name="createEmptyMovieFolders"
helpText="Create missing movie folders during disk scan"
onChange={onInputChange}
@ -103,6 +104,7 @@ class MediaManagement extends Component {
<FormInputGroup
type={inputTypes.CHECK}
isDisabled={settings.createEmptyMovieFolders.value}
name="deleteEmptyFolders"
helpText="Delete empty movie folders during disk scan and when movie files are deleted"
onChange={onInputChange}

Loading…
Cancel
Save