1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

New: Health check for import lists with missing root folders

New: Show missing root folder path in edit for Import List

Closes #5908

(cherry picked from commit ae196af2ad368d49fde2358f0987ed7650c7f29c)
This commit is contained in:
Mark McDowall
2021-02-08 23:12:23 -08:00
committed by Qstick
parent 33cd9f555e
commit 2fd030bd5c
5 changed files with 104 additions and 4 deletions
@@ -164,6 +164,7 @@ function EditImportListModalContent(props) {
type={inputTypes.ROOT_FOLDER_SELECT}
name="rootFolderPath"
{...rootFolderPath}
includeMissingValue={true}
onChange={onInputChange}
/>
</FormGroup>