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

Reuse original code logic.

iteration loop dc:*  add dc:language

removal of bookmeta[‘comments’] , reusing bootmeta[‘description’]
This commit is contained in:
林檎
2017-03-04 15:37:30 +08:00
parent 8c7ba2ccdf
commit 29f21480ab
4 changed files with 21 additions and 24 deletions

View File

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