Sony Reader Driver: Add authors to collection generation defaults.

This commit is contained in:
John Schember 2010-01-04 20:44:03 -05:00
parent 396fc9b62a
commit 7f9b536c8a

View File

@ -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