mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-26 16:52:46 -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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user