mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
New: Calibre library support
This commit is contained in:
@@ -49,6 +49,7 @@ function EditRootFolderModalContent(props) {
|
||||
urlBase,
|
||||
username,
|
||||
password,
|
||||
library,
|
||||
outputFormat,
|
||||
outputProfile,
|
||||
useSsl
|
||||
@@ -100,7 +101,7 @@ function EditRootFolderModalContent(props) {
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup>
|
||||
<FormLabel>Calibre Library</FormLabel>
|
||||
<FormLabel>Use Calibre</FormLabel>
|
||||
|
||||
<FormInputGroup
|
||||
type={inputTypes.CHECK}
|
||||
@@ -177,6 +178,18 @@ function EditRootFolderModalContent(props) {
|
||||
/>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup>
|
||||
<FormLabel>Calibre Library</FormLabel>
|
||||
|
||||
<FormInputGroup
|
||||
type={inputTypes.TEXT}
|
||||
name="library"
|
||||
helpText="Calibre content server library name. Leave blank for default."
|
||||
{...library}
|
||||
onChange={onInputChange}
|
||||
/>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup>
|
||||
<FormLabel>Convert to format</FormLabel>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user