mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Fix memory card not being detected for Elonex 621 on Windows
This commit is contained in:
parent
7ceedb4e3c
commit
2e6813ce02
@ -86,7 +86,7 @@ class COOL_ER(EB600):
|
||||
FORMATS = ['epub', 'mobi', 'prc', 'pdf', 'txt']
|
||||
|
||||
VENDOR_NAME = 'COOL-ER'
|
||||
WINDOWS_MAIN_MEM = 'EREADER'
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = 'EREADER'
|
||||
|
||||
OSX_MAIN_MEM = 'COOL-ER eReader Media'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user