Back out change to add 'size' to the mi returned by get_metadata. It breaks managing device metadata badly.

This commit is contained in:
Charles Haley
2011-04-17 10:14:34 +01:00
parent 48b7133f64
commit b4d098bc25
-1
View File
@@ -854,7 +854,6 @@ class LibraryDatabase2(LibraryDatabase, SchemaUpgrade, CustomColumns):
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