Add new image processing settings on serve

This commit is contained in:
schroda
2025-12-22 22:04:05 +01:00
parent d20ca69dc0
commit 5def0ea818
13 changed files with 82 additions and 18 deletions

View File

@@ -237,7 +237,7 @@
"title": "URL"
}
},
"title": "Downloaded image processing"
"title": "Image download processing"
},
"delete_chapters": {
"label": {
@@ -1322,6 +1322,13 @@
},
"images": {
"processing": {
"download": {
"description": "Images are processed once during the download"
},
"serve": {
"description": "Images are processed on every request",
"title": "Image serve processing"
},
"title": "Image processing"
},
"title": "Images"