mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 06:22:48 +01:00
Merge pull request #3783 from Sudo-kun/feature/3569
Changed the phrasing asked in Issue 3569
This commit is contained in:
commit
374f211135
2 changed files with 3 additions and 1 deletions
|
|
@ -807,7 +807,7 @@ class TerminalImportSession(importer.ImportSession):
|
|||
))
|
||||
|
||||
sel = ui.input_options(
|
||||
(u'Skip new', u'Keep both', u'Remove old', u'Merge all')
|
||||
(u'Skip new', u'Keep all', u'Remove old', u'Merge all')
|
||||
)
|
||||
|
||||
if sel == u's':
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@ New features:
|
|||
|
||||
* When config is printed with no available configuration a new message is printed.
|
||||
:bug:`3779`
|
||||
* When importing a duplicate album it ask if it should "Keep all" instead of "Keep both".
|
||||
:bug:`3569`
|
||||
* :doc:`/plugins/chroma`: Update file metadata after generating fingerprints through the `submit` command.
|
||||
* :doc:`/plugins/lastgenre`: Added more heavy metal genres: https://en.wikipedia.org/wiki/Heavy_metal_genres to genres.txt and genres-tree.yaml
|
||||
* :doc:`/plugins/subsonicplaylist`: import playlist from a subsonic server.
|
||||
|
|
|
|||
Loading…
Reference in a new issue