mirror of
https://github.com/beetbox/beets.git
synced 2026-01-17 13:44:01 +01:00
Changelog for #1123/#1128
This commit is contained in:
parent
20f809650c
commit
c0131894f2
2 changed files with 5 additions and 2 deletions
|
|
@ -921,8 +921,9 @@ def _raw_main(args, lib=None):
|
|||
|
||||
options, subargs = parser.parse_global_options(args)
|
||||
|
||||
# Bypass _setup so that an invalid configuration does not prevent
|
||||
# the editor from starting.
|
||||
# Special case for the `config --edit` command: bypass _setup so
|
||||
# that an invalid configuration does not prevent the editor from
|
||||
# starting.
|
||||
if subargs[0] == 'config' and ('-e' in subargs or '--edit' in subargs):
|
||||
from beets.ui.commands import config_edit
|
||||
return config_edit()
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@ New:
|
|||
* Add a warning when importing a directory that contains no music. :bug:`1116`
|
||||
:bug:`1127`
|
||||
* The :doc:`/plugins/zero` can remove embedded images. :bug:`1129` :bug:`1100`
|
||||
* The :ref:`config-cmd` command can now be used to edit the configuration even
|
||||
when it has syntax errors. :bug:`1123` :bug:`1128`
|
||||
|
||||
Fixed:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue