From 7f9b536c8a6a46b92a8cc98203f8cdc7cefcffd4 Mon Sep 17 00:00:00 2001 From: John Schember Date: Mon, 4 Jan 2010 20:44:03 -0500 Subject: [PATCH] Sony Reader Driver: Add authors to collection generation defaults. --- src/calibre/devices/prs505/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/prs505/driver.py b/src/calibre/devices/prs505/driver.py index e79dac3e51..acaf1e6267 100644 --- a/src/calibre/devices/prs505/driver.py +++ b/src/calibre/devices/prs505/driver.py @@ -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