mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 13:22:45 +02:00
Fix some inadvertent changes
This commit is contained in:
parent
0a2f80fdbf
commit
db4b8d8216
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ def fget(self):
|
|||
return property(doc=doc, fget=fget)
|
||||
|
||||
@dynamic_property
|
||||
def thumbnail(self):'
|
||||
def thumbnail(self):
|
||||
return None
|
||||
|
||||
class BookList(_BookList):
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@
|
|||
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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue