mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-07 09:01:38 -04:00
When adding FB2 files do not set the date field from the metadata in the file
This commit is contained in:
parent
99a39f4f1f
commit
5269f4cae1
@ -67,10 +67,10 @@ def get_metadata(stream):
|
||||
_parse_pubdate(root, mi)
|
||||
except:
|
||||
pass
|
||||
try:
|
||||
_parse_timestamp(root, mi)
|
||||
except:
|
||||
pass
|
||||
#try:
|
||||
# _parse_timestamp(root, mi)
|
||||
#except:
|
||||
# pass
|
||||
|
||||
try:
|
||||
_parse_language(root, mi)
|
||||
|
Loading…
x
Reference in New Issue
Block a user