mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
46fcf6dbc0
commit
db7870c40c
@ -397,6 +397,7 @@ def command_add_format(args, dbpath):
|
|||||||
|
|
||||||
def do_remove_format(db, id, fmt):
|
def do_remove_format(db, id, fmt):
|
||||||
db.remove_format(id, fmt, index_is_id=True)
|
db.remove_format(id, fmt, index_is_id=True)
|
||||||
|
send_message()
|
||||||
|
|
||||||
def remove_format_option_parser():
|
def remove_format_option_parser():
|
||||||
return get_parser(_(
|
return get_parser(_(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user