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:
Kovid Goyal 2020-05-22 20:14:41 +05:30
parent 1c21bc8eb3
commit 123dc2bb52
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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