mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-23 14:33:15 +02:00
Fix #897523 (Cybook Odyssee does not show transferred books)
This commit is contained in:
parent
b2c7c601c9
commit
29041f74a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue