mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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:
parent
8111b039e9
commit
b127afdaa6
@ -73,7 +73,7 @@ class BookList(_BookList):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def add_book(self, book, replace_metadata):
|
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):
|
def add_book_extended(self, book, replace_metadata, check_for_duplicates):
|
||||||
'''
|
'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user