mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix typo in SD card detection for PocketBook 360 on windows
This commit is contained in:
parent
b27c880be6
commit
1e1bd8c742
@ -92,7 +92,7 @@ class POCKETBOOK360(EB600):
|
||||
|
||||
VENDOR_NAME = 'PHILIPS'
|
||||
WINDOWS_MAIN_MEM = 'MASS_STORGE'
|
||||
WINDOWS_CARD_A_MEM = 'MASS_STORAGE'
|
||||
WINDOWS_CARD_A_MEM = 'MASS_STORGE'
|
||||
|
||||
OSX_MAIN_MEM = 'Philips Mass Storge Media'
|
||||
OSX_CARD_A_MEM = 'Philips Mass Storge Media'
|
||||
|
Loading…
x
Reference in New Issue
Block a user