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