mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 02:43:37 +02:00
Fix another typo
Apologies - I am not having a good day today.
This commit is contained in:
parent
2dcdd2bff6
commit
378d094714
1 changed files with 1 additions and 1 deletions
|
|
@ -246,4 +246,4 @@ def postprocess_book(self, oeb, opts, log):
|
|||
m.clear('series')
|
||||
m.add('series', self.title)
|
||||
m.clear('series_index')
|
||||
m.add_series_index('series_index', self.issue_no)
|
||||
m.add('series_index', self.issue_no)
|
||||
|
|
|
|||
Loading…
Reference in a new issue