feat: add USE_BOOK_TITLE option for customizing download filenames (#95)

Implements #94
This commit is contained in:
CaliBrain
2025-03-16 14:42:19 -04:00
committed by GitHub
parent 909f4b403c
commit 392a8b5262
4 changed files with 18 additions and 3 deletions
+1
View File
@@ -8,6 +8,7 @@ services:
FLASK_PORT: 8084
FLASK_DEBUG: false
BOOK_LANGUAGE: en
USE_BOOK_TITLE: true
ports:
- 8084:8084
restart: unless-stopped