1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-11-10 04:03:00 +00:00

When upload pub, add description to comment accord opf file

This commit is contained in:
林檎
2017-03-03 12:46:19 +08:00
parent d5e525305d
commit 1a10859a57
4 changed files with 20 additions and 5 deletions

View File

@@ -64,6 +64,7 @@ def default_meta(tmp_file_path, original_file_name, original_file_extension):
tags="",
series="",
series_id="",
comments="",
languages="")
@@ -93,6 +94,7 @@ def pdf_meta(tmp_file_path, original_file_name, original_file_extension):
tags="",
series="",
series_id="",
comments="",
languages="")