mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-02 03:04:16 +02:00
oops
This commit is contained in:
parent
8bbdff2949
commit
eb282a5ef6
1 changed files with 0 additions and 1 deletions
|
|
@ -693,7 +693,6 @@ def get_metadata(stream):
|
|||
litfile = LitFile(stream)
|
||||
mi = OPFReader(cStringIO.StringIO(litfile.meta))
|
||||
except:
|
||||
raise
|
||||
title = stream.name if hasattr(stream, 'name') and stream.name else 'Unknown'
|
||||
mi = MetaInformation(title, ['Unknown'])
|
||||
return mi
|
||||
|
|
|
|||
Loading…
Reference in a new issue