MTP driver: Add "Documents" to the list of default folders to send books to

This commit is contained in:
Kovid Goyal 2023-09-01 11:49:12 +05:30
parent c7c1d9b201
commit 34711ca3fd
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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'] = []