Update uploader.py

This commit is contained in:
dickreckard 2020-09-11 03:42:19 +02:00 committed by GitHub
parent cb7727900c
commit 23fe79c618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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="")