When adding FB2 files do not set the date field from the metadata in the file

This commit is contained in:
Kovid Goyal 2012-01-14 08:10:11 +05:30
parent 99a39f4f1f
commit 5269f4cae1

View File

@ -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)