mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-21 14:26:33 -04:00
Another stab at fixing Muse detection on Linux
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user