From 29041f74a77e73d0006edc82a9bedea4f1a4e8e0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 29 Nov 2011 09:59:35 +0530 Subject: [PATCH] Fix #897523 (Cybook Odyssee does not show transferred books) --- src/calibre/devices/hanvon/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/hanvon/driver.py b/src/calibre/devices/hanvon/driver.py index 2d6b825c37..fbee2565a0 100644 --- a/src/calibre/devices/hanvon/driver.py +++ b/src/calibre/devices/hanvon/driver.py @@ -175,7 +175,7 @@ class ODYSSEY(N516): FORMATS = ['epub', 'fb2', 'html', 'pdf', 'txt'] - EBOOK_DIR_MAIN = 'calibre' + EBOOK_DIR_MAIN = 'Digital Editions' def get_main_ebook_dir(self, for_upload=False): if for_upload: