mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 10:33:12 +02:00
Fix the fix
This commit is contained in:
parent
cda0402d1c
commit
6375d4cc45
1 changed files with 0 additions and 2 deletions
|
|
@ -508,8 +508,6 @@ def format_field_extended(self, key, series_with_index=True):
|
|||
self.format_series_index(res), res, cmeta)
|
||||
else:
|
||||
return (unicode(cmeta['name']+'_index'), '', '', cmeta)
|
||||
else:
|
||||
return (key, key, None, None)
|
||||
|
||||
if key in self.custom_field_keys():
|
||||
res = self.get(key, None)
|
||||
|
|
|
|||
Loading…
Reference in a new issue