mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-27 11:55:08 +01:00
...
This commit is contained in:
parent
6059a77d86
commit
ea2a5c7537
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ def get_cached_cover_urls(mi):
|
|||
yield (p, url)
|
||||
|
||||
def cap_author_token(token):
|
||||
if lower(token) in ('von', 'de', 'el', 'van'):
|
||||
if lower(token) in ('von', 'de', 'el', 'van', 'le'):
|
||||
return lower(token)
|
||||
return capitalize(token)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue