mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
b41f016376
commit
4ce5c97bb4
@ -150,7 +150,7 @@ def queue_job(ctx, rd, library_id, db, fmt, book_id, conversion_data):
|
|||||||
expire_old_jobs()
|
expire_old_jobs()
|
||||||
with cache_lock:
|
with cache_lock:
|
||||||
conversion_jobs[job_id] = JobStatus(
|
conversion_jobs[job_id] = JobStatus(
|
||||||
job_id, book_id, tdir, library_id, src_file, conversion_data)
|
job_id, book_id, tdir, library_id, src_file.name, conversion_data)
|
||||||
return job_id
|
return job_id
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user