From 6ddfe25269a6f6db447326a70ae5913e8cee009f Mon Sep 17 00:00:00 2001 From: davidfor Date: Wed, 1 May 2013 10:08:07 +1000 Subject: [PATCH] Bug #1174815 - Cannot read SDCard on Kobo eReader - Original Kobo has a problem when SD card is used and books are already on it. --- src/calibre/devices/kobo/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index c4864c92e7..a8520fbd8f 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -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):