mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
MTP driver: Add "Documents" to the list of default folders to send books to
This commit is contained in:
parent
c7c1d9b201
commit
34711ca3fd
@ -69,7 +69,7 @@ class MTP_DEVICE(BASE):
|
||||
p.defaults['send_to'] = [
|
||||
'Calibre_Companion', 'Books', 'eBooks/import', 'eBooks',
|
||||
'wordplayer/calibretransfer', 'sdcard/ebooks',
|
||||
'Android/data/com.amazon.kindle/files', 'kindle', 'NOOK'
|
||||
'Android/data/com.amazon.kindle/files', 'kindle', 'NOOK', 'Documents',
|
||||
]
|
||||
p.defaults['send_template'] = '{title} - {authors}'
|
||||
p.defaults['blacklist'] = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user