mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 17:43:38 +02:00
Bug #1174815 - Cannot read SDCard on Kobo eReader
- Original Kobo has a problem when SD card is used and books are already on it.
This commit is contained in:
parent
9cc3925471
commit
6ddfe25269
1 changed files with 1 additions and 1 deletions
|
|
@ -45,6 +45,7 @@ class KOBO(USBMS):
|
|||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
|
||||
booklist_class = CollectionsBookList
|
||||
book_class = Book
|
||||
|
||||
# Ordered list of supported formats
|
||||
FORMATS = ['epub', 'pdf', 'txt', 'cbz', 'cbr']
|
||||
|
|
@ -115,7 +116,6 @@ class KOBO(USBMS):
|
|||
|
||||
def initialize(self):
|
||||
USBMS.initialize(self)
|
||||
self.book_class = Book
|
||||
self.dbversion = 7
|
||||
|
||||
def books(self, oncard=None, end_session=True):
|
||||
|
|
|
|||
Loading…
Reference in a new issue