mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04: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
@ -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…
x
Reference in New Issue
Block a user