mirror of
https://github.com/JonathanHerrewijnen/calibre-web.git
synced 2024-11-13 06:34:26 +00:00
Update uploader.py
This commit is contained in:
parent
cb7727900c
commit
23fe79c618
@ -135,7 +135,7 @@ def pdf_meta(tmp_file_path, original_file_name, original_file_extension):
|
|||||||
author=' & '.join(split_authors([author])),
|
author=' & '.join(split_authors([author])),
|
||||||
cover=pdf_preview(tmp_file_path, original_file_name),
|
cover=pdf_preview(tmp_file_path, original_file_name),
|
||||||
description=subject,
|
description=subject,
|
||||||
tags="",
|
tags=doc_info['/Keywords'],
|
||||||
series="",
|
series="",
|
||||||
series_id="",
|
series_id="",
|
||||||
languages="")
|
languages="")
|
||||||
|
Loading…
Reference in New Issue
Block a user