mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix Bookeen Diva HD not being detected. Fixes #1877965 [Add Bookeen Diva HD](https://bugs.launchpad.net/calibre/+bug/1877965)
This commit is contained in:
parent
1c21bc8eb3
commit
123dc2bb52
@ -155,3 +155,7 @@ class DIVA(CYBOOK):
|
|||||||
FORMATS = ['epub', 'html', 'fb2', 'txt', 'pdf']
|
FORMATS = ['epub', 'html', 'fb2', 'txt', 'pdf']
|
||||||
EBOOK_DIR_MAIN = 'Books'
|
EBOOK_DIR_MAIN = 'Books'
|
||||||
SCAN_FROM_ROOT = True
|
SCAN_FROM_ROOT = True
|
||||||
|
|
||||||
|
@classmethod
|
||||||
|
def can_handle(cls, device_info, debug=False):
|
||||||
|
return True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user