From f328b6d5e11fac20ea1c76620445c7cbb116ac73 Mon Sep 17 00:00:00 2001 From: AaronBenDaniel <144371000+AaronBenDaniel@users.noreply.github.com> Date: Mon, 9 Jun 2025 12:45:20 -0400 Subject: [PATCH] fix(api): call book.compile() --- src/api/src/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/api/src/main.py b/src/api/src/main.py index 2b91a82..6ee19ad 100644 --- a/src/api/src/main.py +++ b/src/api/src/main.py @@ -202,6 +202,8 @@ async def handle_download( logger.info(f"Retrieved story metadata and cover ({story_id=})") + book.compile() + book_buffer = book.dump() async def iterfile():