Library Settings for Reading List Creation (#1930)
* Added the code for Library Settings to allow turning off Reading List creation. * Fixed a typo
This commit is contained in:
parent
7f53eadfda
commit
4791da1447
7 changed files with 34 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
"name": "GPL-3.0",
|
||||
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
|
||||
},
|
||||
"version": "0.7.1.35"
|
||||
"version": "0.7.1.36"
|
||||
},
|
||||
"servers": [
|
||||
{
|
||||
|
@ -11928,6 +11928,10 @@
|
|||
"type": "boolean",
|
||||
"description": "Should this library create and manage collections from Metadata"
|
||||
},
|
||||
"manageReadingLists": {
|
||||
"type": "boolean",
|
||||
"description": "Should this library create and manage reading lists from Metadata"
|
||||
},
|
||||
"includeInSearch": {
|
||||
"type": "boolean",
|
||||
"description": "Include library series in Search"
|
||||
|
@ -14569,6 +14573,9 @@
|
|||
},
|
||||
"manageCollections": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"manageReadingLists": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue