mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Dont send Tag Browser with interface init data as it is too large
This commit is contained in:
parent
a18dc59b27
commit
157f2c4211
@ -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…
x
Reference in New Issue
Block a user