mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 13:43:05 +02:00
...
This commit is contained in:
commit
0eff1312b6
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ def __init__(self):
|
|||
'num':record[6],
|
||||
'is_multiple':record[7],
|
||||
}
|
||||
if data['display'] is None:
|
||||
data['display'] = {}
|
||||
table, lt = self.custom_table_names(data['num'])
|
||||
if table not in custom_tables or (data['normalized'] and lt not in
|
||||
custom_tables):
|
||||
|
|
|
|||
Loading…
Reference in a new issue