From af087b2554c8edc75307d9a55363bd0005585242 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 13 Oct 2011 09:15:20 +0530 Subject: [PATCH] Fix #872961 (calibredb add_format does not refresh running calibre instance) --- src/calibre/library/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/library/cli.py b/src/calibre/library/cli.py index 65752eb183..b79813aee8 100644 --- a/src/calibre/library/cli.py +++ b/src/calibre/library/cli.py @@ -368,6 +368,7 @@ def command_remove(args, dbpath): def do_add_format(db, id, fmt, path): db.add_format_with_hooks(id, fmt.upper(), path, index_is_id=True) + send_message() def add_format_option_parser(): return get_parser(_(