mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-27 15:44:19 +02:00
Merge branch 'master' of https://github.com/GRiker/calibre
Fixes #1066922
This commit is contained in:
commit
77913d28f3
1 changed files with 2 additions and 0 deletions
|
|
@ -706,6 +706,8 @@ def establish_equivalencies(self, item_list, key=None):
|
|||
if last_c in exceptions.keys():
|
||||
last_c = exceptions[unicode(last_c)]
|
||||
last_ordnum = ordnum
|
||||
else:
|
||||
last_c = cl_list[idx-1]
|
||||
cl_list[idx] = last_c
|
||||
|
||||
if self.DEBUG and self.opts.verbose:
|
||||
|
|
|
|||
Loading…
Reference in a new issue