mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
c48ba61a46
commit
724c549ac8
@ -282,7 +282,7 @@ class AuthorSortEdit(EnLineEdit):
|
||||
if aus:
|
||||
ln, _, rest = aus.partition(',')
|
||||
if rest:
|
||||
if meth in ('invert', 'nocomma'):
|
||||
if meth in ('invert', 'nocomma', 'comma'):
|
||||
aus = rest.strip() + ' ' + ln.strip()
|
||||
self.authors_edit.current_val = [aus]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user