Tiny text tweaks for #2144

This commit is contained in:
Adrian Sampson 2016-07-27 14:56:55 -04:00
parent 6f99c4ccd9
commit c241f09bce
2 changed files with 4 additions and 2 deletions

View file

@ -91,6 +91,7 @@ class PlayPlugin(BeetsPlugin):
else:
command_str = u"{} {}".format(command_str, opts.args)
else:
# Don't include the marker in the command.
command_str = command_str.replace(" " + ARGS_MARKER, "")
# Perform search by album and add folders rather than tracks to

View file

@ -39,8 +39,9 @@ And there are a few bug fixes too:
* With :ref:`per_disc_numbering` enabled, some metadata sources (notably, the
:doc:`/plugins/beatport`) would not set the track number at all. This is
fixed. :bug:`2085`
* :doc:`/plugins/play`: Fix $args getting passed verbatim to the play command
if it was set in the configuration but -A or --args was ommitted.
* :doc:`/plugins/play`: Fix ``$args`` getting passed verbatim to the play
command if it was set in the configuration but ``-A`` or ``--args`` was
omitted.
The last release, 1.3.19, also erroneously reported its version as "1.3.18"
when you typed ``beet version``. This has been corrected.