mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-27 14:05:09 +01:00
Back out change to add 'size' to the mi returned by get_metadata. It breaks managing device metadata badly.
This commit is contained in:
parent
48b7133f64
commit
b4d098bc25
1 changed files with 0 additions and 1 deletions
|
|
@ -854,7 +854,6 @@ def get_metadata(self, idx, index_is_id=False, get_cover=False,
|
|||
mi.uuid = row[fm['uuid']]
|
||||
mi.title_sort = row[fm['sort']]
|
||||
mi.last_modified = row[fm['last_modified']]
|
||||
mi.size = row[fm['size']]
|
||||
formats = row[fm['formats']]
|
||||
if not formats:
|
||||
formats = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue