mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-03 16:53:29 +01:00
Sony Reader Driver: Add authors to collection generation defaults.
This commit is contained in:
parent
396fc9b62a
commit
7f9b536c8a
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class PRS505(CLI, Device):
|
|||
|
||||
EXTRA_CUSTOMIZATION_MESSAGE = _('Comma separated list of metadata fields '
|
||||
'to turn into collections on the device.')
|
||||
EXTRA_CUSTOMIZATION_DEFAULT = ', '.join(['series', 'tags'])
|
||||
EXTRA_CUSTOMIZATION_DEFAULT = ', '.join(['series', 'tags', 'authors'])
|
||||
|
||||
def windows_filter_pnp_id(self, pnp_id):
|
||||
return '_LAUNCHER' in pnp_id
|
||||
|
|
|
|||
Loading…
Reference in a new issue