mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 16:43:40 +02:00
Change default save to disk template to {author_sort}/{title}/{title} - {authors}
This commit is contained in:
parent
828c12c63e
commit
ddc5bd4bbf
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
from calibre import strftime
|
||||
|
||||
DEFAULT_TEMPLATE = '{author_sort}/{title} - {authors}'
|
||||
DEFAULT_TEMPLATE = '{author_sort}/{title}/{title} - {authors}'
|
||||
FORMAT_ARG_DESCS = dict(
|
||||
title=_('The title'),
|
||||
authors=_('The authors'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue