Fix some inadvertent changes

This commit is contained in:
Charles Haley 2010-09-12 21:15:31 +01:00
parent 0a2f80fdbf
commit db4b8d8216
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ class Book(Metadata):
return property(doc=doc, fget=fget)
@dynamic_property
def thumbnail(self):'
def thumbnail(self):
return None
class BookList(_BookList):

View File

@ -110,7 +110,7 @@ COPYABLE_METADATA_FIELDS = SOCIAL_METADATA_FIELDS.union(
frozenset(['title', 'title_sort', 'authors',
'author_sort', 'author_sort_map' 'comments',
'cover_data', 'tags', 'language', 'lpath',
'size', 'thumbnail'])
'size'])
SERIALIZABLE_FIELDS = SOCIAL_METADATA_FIELDS.union(
USER_METADATA_FIELDS).union(