mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
EPUB metadata: Don't read timestamp value from epubs as I am sick of closing bugs about adding books and having the Date not be today. Does not affect reading of metadata from OPF, so it should still be possible to restore date when adding from a previously saved to disk folder (as long as the OPF was saved)
This commit is contained in:
parent
1a5b92d6d9
commit
3b9e43e79e
@ -176,6 +176,7 @@ def get_metadata(stream, extract_cover=True):
|
||||
except:
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
mi.timestamp = None
|
||||
return mi
|
||||
|
||||
def get_quick_metadata(stream):
|
||||
|
Loading…
x
Reference in New Issue
Block a user