mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 16:25:49 +01:00
OS X support for Nook
This commit is contained in:
parent
cd5131cf60
commit
c68ef11258
1 changed files with 4 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ class NOOK(USBMS):
|
|||
WINDOWS_MAIN_MEM = 'NOOK'
|
||||
WINDOWS_CARD_A_MEM = 'NOOK'
|
||||
|
||||
#OSX_MAIN_MEM = ''
|
||||
OSX_MAIN_MEM = 'B&N nook Media'
|
||||
OSX_CARD_A_MEM = OSX_MAIN_MEM
|
||||
|
||||
MAIN_MEMORY_VOLUME_LABEL = 'Nook Main Memory'
|
||||
STORAGE_CARD_VOLUME_LABEL = 'Nook Storage Card'
|
||||
|
|
@ -50,3 +51,5 @@ def windows_open_callback(self, drives):
|
|||
if 'main' not in drives and 'carda' in drives:
|
||||
drives['main'] = drives.pop('carda')
|
||||
return drives
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue