v0.7.10.2 - Hotfix 2 (#2382)

This commit is contained in:
Joe Milazzo 2023-10-30 17:10:08 -05:00 committed by GitHub
parent cf1dc7d42c
commit b6d4938e22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 12 deletions

View file

@ -7,7 +7,7 @@
"name": "GPL-3.0",
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
},
"version": "0.7.10.0"
"version": "0.7.10.1"
},
"servers": [
{
@ -4251,20 +4251,17 @@
"content": {
"text/plain": {
"schema": {
"type": "integer",
"format": "int32"
"$ref": "#/components/schemas/ProgressDto"
}
},
"application/json": {
"schema": {
"type": "integer",
"format": "int32"
"$ref": "#/components/schemas/ProgressDto"
}
},
"text/json": {
"schema": {
"type": "integer",
"format": "int32"
"$ref": "#/components/schemas/ProgressDto"
}
}
}