mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-11 13:19:48 +02:00
Chapter filename is set only when download happens
Some checks failed
Docker Image CI / build (push) Has been cancelled
Some checks failed
Docker Image CI / build (push) Has been cancelled
https://github.com/C9Glax/tranga/issues/466
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user