mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix main mem and card being swapped in BOOX
This commit is contained in:
parent
aa0c0ada63
commit
142d6a532e
@ -123,5 +123,12 @@ class BOOX(HANLINV3):
|
||||
EBOOK_DIR_MAIN = 'MyBooks'
|
||||
EBOOK_DIR_CARD_A = 'MyBooks'
|
||||
|
||||
def windows_sort_drives(self, drives):
|
||||
return drives
|
||||
|
||||
def osx_sort_names(self, names):
|
||||
return names
|
||||
|
||||
def linux_swap_drives(self, drives):
|
||||
return drives
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user