Add NOOK to the default list of folders the MTP driver will look for when sending books to an MTP device

This commit is contained in:
Kovid Goyal 2018-01-03 21:03:01 +05:30
parent 406ae29c1b
commit ff7350cfb0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -64,7 +64,7 @@ class MTP_DEVICE(BASE):
p.defaults['format_map'] = self.FORMATS
p.defaults['send_to'] = ['Calibre_Companion', 'Books',
'eBooks/import', 'eBooks', 'wordplayer/calibretransfer',
'sdcard/ebooks', 'kindle']
'sdcard/ebooks', 'kindle', 'NOOK']
p.defaults['send_template'] = '{title} - {authors}'
p.defaults['blacklist'] = []
p.defaults['history'] = {}