mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #4182 (Calibre won't recognize my Pocketbook 360)
This commit is contained in:
parent
9ee32e3196
commit
0a7c55588f
@ -97,4 +97,9 @@ class POCKETBOOK360(EB600):
|
||||
OSX_MAIN_MEM = 'Philips Mass Storge Media'
|
||||
OSX_CARD_A_MEM = 'Philips Mass Storge Media'
|
||||
|
||||
def windows_open_callback(self, drives):
|
||||
if 'main' not in drives and 'carda' in drives:
|
||||
drives['main'] = drives.pop('carda')
|
||||
return drives
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user