mirror of
https://github.com/janeczku/calibre-web
synced 2025-11-23 02:14:48 +00:00
Reuse original code logic.
iteration loop dc:* add dc:language removal of bookmeta[‘comments’] , reusing bootmeta[‘description’]
This commit is contained in:
@@ -7,7 +7,7 @@ import hashlib
|
||||
from collections import namedtuple
|
||||
import book_formats
|
||||
|
||||
BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, description, tags, series, series_id, comments, languages')
|
||||
BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, description, tags, series, series_id, languages')
|
||||
|
||||
"""
|
||||
:rtype: BookMeta
|
||||
|
||||
Reference in New Issue
Block a user