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

Backup directory is a path

pull/3072/head
Mark McDowall 6 years ago
parent 90626e353f
commit 9421af2c3f

@ -32,7 +32,7 @@ function BackupSettings(props) {
<FormLabel>Folder</FormLabel>
<FormInputGroup
type={inputTypes.TEXT}
type={inputTypes.PATH}
name="backupFolder"
helpText="Relative paths will be under Sonarr's AppData directory"
onChange={onInputChange}

Loading…
Cancel
Save