From 157f2c4211ad98b3de7d6bc3b0e8519a25da7418 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 24 Nov 2015 13:28:29 +0530 Subject: [PATCH] Dont send Tag Browser with interface init data as it is too large --- src/calibre/srv/code.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/srv/code.py b/src/calibre/srv/code.py index 530c9d40dd..5fd2cb2836 100644 --- a/src/calibre/srv/code.py +++ b/src/calibre/srv/code.py @@ -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)