1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-28 13:57:42 +00:00

add languages field for BookMeta

This commit is contained in:
林檎
2017-03-02 19:59:35 +08:00
parent 896dc04648
commit 4afb486986
4 changed files with 9 additions and 5 deletions

View File

@@ -59,4 +59,5 @@ def get_fb2_info(tmp_file_path, original_file_extension):
description=description,
tags="",
series="",
series_id="")
series_id="",
languages=None)