mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -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)
|
_parse_pubdate(root, mi)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
try:
|
#try:
|
||||||
_parse_timestamp(root, mi)
|
# _parse_timestamp(root, mi)
|
||||||
except:
|
#except:
|
||||||
pass
|
# pass
|
||||||
|
|
||||||
try:
|
try:
|
||||||
_parse_language(root, mi)
|
_parse_language(root, mi)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user