mirror of
https://github.com/JonathanHerrewijnen/calibre-web.git
synced 2024-11-11 05:33:57 +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])),
|
||||
cover=pdf_preview(tmp_file_path, original_file_name),
|
||||
description=subject,
|
||||
tags="",
|
||||
tags=doc_info['/Keywords'],
|
||||
series="",
|
||||
series_id="",
|
||||
languages="")
|
||||
|
Loading…
Reference in New Issue
Block a user