Fix a regression in 2.3 that broke creation of collections on the device when metadata management was set to manual. Fixes #1371976 [Not writing Collection data to sony prs-350](https://bugs.launchpad.net/calibre/+bug/1371976)

This commit is contained in:
Kovid Goyal 2014-09-21 09:51:28 +05:30
parent 8111b039e9
commit b127afdaa6

View File

@ -73,7 +73,7 @@ class BookList(_BookList):
return False
def add_book(self, book, replace_metadata):
self.add_book_extended(book, replace_metadata, check_for_duplicates=True)
return self.add_book_extended(book, replace_metadata, check_for_duplicates=True)
def add_book_extended(self, book, replace_metadata, check_for_duplicates):
'''