mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Android driver: Send books to Aldiko in preference to WordPlayer by default
This commit is contained in:
parent
0a78354bd5
commit
a81bb5737a
@ -46,7 +46,7 @@ class ANDROID(USBMS):
|
|||||||
# Eken?
|
# Eken?
|
||||||
0x040d : { 0x0851 : [0x0001]},
|
0x040d : { 0x0851 : [0x0001]},
|
||||||
}
|
}
|
||||||
EBOOK_DIR_MAIN = ['wordplayer/calibretransfer', 'eBooks/import', 'Books']
|
EBOOK_DIR_MAIN = ['eBooks/import', 'wordplayer/calibretransfer', 'Books']
|
||||||
EXTRA_CUSTOMIZATION_MESSAGE = _('Comma separated list of directories to '
|
EXTRA_CUSTOMIZATION_MESSAGE = _('Comma separated list of directories to '
|
||||||
'send e-books to on the device. The first one that exists will '
|
'send e-books to on the device. The first one that exists will '
|
||||||
'be used')
|
'be used')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user