mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 17:15:23 +01: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
1 changed files with 4 additions and 0 deletions
|
|
@ -155,3 +155,7 @@ class DIVA(CYBOOK):
|
|||
FORMATS = ['epub', 'html', 'fb2', 'txt', 'pdf']
|
||||
EBOOK_DIR_MAIN = 'Books'
|
||||
SCAN_FROM_ROOT = True
|
||||
|
||||
@classmethod
|
||||
def can_handle(cls, device_info, debug=False):
|
||||
return True
|
||||
|
|
|
|||
Loading…
Reference in a new issue