mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-30 03:14:00 +02:00
Dont send Tag Browser with interface init data as it is too large
This commit is contained in:
parent
a18dc59b27
commit
157f2c4211
1 changed files with 0 additions and 1 deletions
|
|
@ -120,7 +120,6 @@ def interface_data(ctx, rd):
|
|||
sanitize_sort_field_name(db.field_metadata, k), v) for k, v in sf.iteritems()),
|
||||
key=lambda (field, name):sort_key(name))
|
||||
ans['field_metadata'] = db.field_metadata.all_metadata()
|
||||
ans['tag_browser'] = categories_as_json(ctx, rd, db)
|
||||
mdata = ans['metadata'] = {}
|
||||
for book_id in ans['search_result']['book_ids']:
|
||||
data = book_as_json(db, book_id)
|
||||
|
|
|
|||
Loading…
Reference in a new issue