fix(api): call book.compile()

This commit is contained in:
AaronBenDaniel
2025-06-09 12:45:20 -04:00
parent 9b440f3ee0
commit f328b6d5e1
+2
View File
@@ -202,6 +202,8 @@ async def handle_download(
logger.info(f"Retrieved story metadata and cover ({story_id=})") logger.info(f"Retrieved story metadata and cover ({story_id=})")
book.compile()
book_buffer = book.dump() book_buffer = book.dump()
async def iterfile(): async def iterfile():