mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Kindle Fire driver: Send books by default to the "kindle" folder instead of the "Books" folder to workaround a change in the Fire firmware that causes the Kindle to not recognize files in the Books folder.
This commit is contained in:
parent
7df92c3c07
commit
d2de878849
@ -20,7 +20,7 @@ class DeviceDefaults(object):
|
||||
({'vendor':0x1949}, {
|
||||
'format_map': ['azw3', 'mobi', 'azw',
|
||||
'azw1', 'azw4', 'kfx', 'pdf'],
|
||||
'send_to': ['documents', 'books', 'kindle'],
|
||||
'send_to': ['documents', 'kindle', 'books'],
|
||||
}
|
||||
),
|
||||
# B&N devices
|
||||
|
Loading…
x
Reference in New Issue
Block a user