From b7c8c96153d1b46ac05b6f20616d66b8037ecd4a Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Mon, 9 Mar 2026 13:04:24 -0500 Subject: [PATCH] Put download list at start of BG job too --- calibre-plugin/jobs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/calibre-plugin/jobs.py b/calibre-plugin/jobs.py index 4cc3b423..f1a2a246 100644 --- a/calibre-plugin/jobs.py +++ b/calibre-plugin/jobs.py @@ -59,6 +59,7 @@ def do_download_worker_single(site, do_list = [] done_list = [] + logger.info("\n\n"+_("Downloading FanFiction Stories")+"\n%s\n"%("\n".join([ "%(status)s %(url)s %(comment)s" % book for book in book_list]))) ## pass failures from metadata through bg job so all results are ## together. for book in book_list: