Chapter filename is set only when download happens
Some checks failed
Docker Image CI / build (push) Has been cancelled

https://github.com/C9Glax/tranga/issues/466
This commit is contained in:
2025-10-09 00:14:57 +02:00
parent 18f5021457
commit 7e8f575091
7 changed files with 608 additions and 30 deletions

View File

@@ -3406,7 +3406,6 @@
"required": [
"chapterNumber",
"downloaded",
"fileName",
"key",
"mangaConnectorIds",
"mangaId",
@@ -3447,9 +3446,9 @@
"description": "Ids of the Manga on MangaConnectors"
},
"fileName": {
"minLength": 1,
"type": "string",
"description": "Filename of the archive"
"description": "Filename of the archive",
"nullable": true
},
"key": {
"maxLength": 64,