From cc17fd357ff541366a279e87be92b930bf06236b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 24 Jan 2013 23:12:23 +0530 Subject: [PATCH] ... --- src/calibre/db/categories.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calibre/db/categories.py b/src/calibre/db/categories.py index 8a4855b6d7..d169e5a5c4 100644 --- a/src/calibre/db/categories.py +++ b/src/calibre/db/categories.py @@ -127,6 +127,8 @@ def get_categories(dbcache, sort='name', book_ids=None, icon_map=None): categories['rating'].remove(x) break + # TODO: User categories and saved searches + return categories