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:
@@ -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="")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user