More Polish (#2665)

This commit is contained in:
Joe Milazzo 2024-01-29 13:44:20 -06:00 committed by GitHub
parent 47547c23dd
commit e8d9a8b3a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 151 additions and 91 deletions

View file

@ -7,7 +7,7 @@
"name": "GPL-3.0",
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
},
"version": "0.7.13.9"
"version": "0.7.13.10"
},
"servers": [
{
@ -20337,6 +20337,12 @@
"type": "string",
"nullable": true
},
"number": {
"type": "number",
"description": "This will map to MinNumber. Number was removed in v0.7.13.8",
"format": "float",
"deprecated": true
},
"pages": {
"type": "integer",
"format": "int32"