mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 01:25:36 +01:00
...
This commit is contained in:
parent
46fcf6dbc0
commit
db7870c40c
1 changed files with 1 additions and 0 deletions
|
|
@ -397,6 +397,7 @@ def command_add_format(args, dbpath):
|
|||
|
||||
def do_remove_format(db, id, fmt):
|
||||
db.remove_format(id, fmt, index_is_id=True)
|
||||
send_message()
|
||||
|
||||
def remove_format_option_parser():
|
||||
return get_parser(_(
|
||||
|
|
|
|||
Loading…
Reference in a new issue