mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Another stab at fixing Muse detection on Linux
This commit is contained in:
parent
73db79b1fa
commit
e313d85a97
@ -129,3 +129,10 @@ class MUSE(CYBOOK):
|
||||
|
||||
EBOOK_DIR_MAIN = 'Books'
|
||||
SCAN_FROM_ROOT = True
|
||||
|
||||
@classmethod
|
||||
def can_handle(cls, device_info, debug=False):
|
||||
if isunix:
|
||||
return device_info[3] == 'Bookeen' and device_info[4] == 'Cybook'
|
||||
return True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user