Edit metadata dialog: When downloading metadata with download of authors turned off, do not regenerate the author sort field after the download. Fixes #1510335 ["Author Sort" corrupted when using "Download metadata"](https://bugs.launchpad.net/calibre/+bug/1510335)

This commit is contained in:
Kovid Goyal 2015-10-28 20:40:38 +05:30
parent 2e4927d02e
commit b5b681d525

View File

@ -421,7 +421,7 @@ class MetadataSingleDialogBase(ResizableDialog):
self.authors.set_value(mi.authors)
if not mi.is_null('author_sort'):
self.author_sort.set_value(mi.author_sort)
elif update_sorts:
elif update_sorts and not mi.is_null('authors'):
self.author_sort.auto_generate()
if not mi.is_null('rating'):
try: