mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Do not show last modified in CS book details
This commit is contained in:
parent
58be0c575b
commit
e25f313d7c
@ -35,7 +35,7 @@ def get_preferred_format(metadata, output_format, input_formats):
|
||||
break
|
||||
return fmt.toUpperCase()
|
||||
|
||||
IGNORED_FIELDS = {'title', 'id', 'urls_from_identifiers', 'lang_names'}
|
||||
IGNORED_FIELDS = {'title', 'id', 'urls_from_identifiers', 'lang_names', 'last_modified'}
|
||||
|
||||
def allowed_fields(field):
|
||||
if str.endswith(field, '_index'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user