mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix main memory and storage card detection order for BeBook on OS X
This commit is contained in:
parent
41de18c014
commit
b6e7713fe3
@ -63,7 +63,7 @@ class BEBOOK(USBMS):
|
||||
except:
|
||||
card_num = None
|
||||
|
||||
if card_num is not None and main_num is not None and card_num < main_num:
|
||||
if card_num is not None and main_num is not None and card_num > main_num:
|
||||
names['main'] = card
|
||||
names['carda'] = main
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user