mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 13:02:47 +01:00
Changelog for 002d3600
This commit is contained in:
parent
0012ba5bd9
commit
4c41a02c72
2 changed files with 3 additions and 1 deletions
|
|
@ -47,6 +47,8 @@ Fixes:
|
|||
* :doc:`/plugins/fetchart`: The plugin now sends "beets" as the User-Agent
|
||||
when making scraping requests. This helps resolve some blocked requests. The
|
||||
plugin now also depends on the `requests`_ Python library.
|
||||
* The :ref:`write-cmd` now only shows the changes to fields that will actually
|
||||
be written to a file.
|
||||
|
||||
.. _requests: http://www.python-requests.org/
|
||||
|
||||
|
|
|
|||
|
|
@ -493,7 +493,7 @@ class ConfigTest(_common.TestCase):
|
|||
if 'BEETSDIR' in os.environ:
|
||||
del os.environ['BEETSDIR']
|
||||
if os.getcwd != self._orig_cwd:
|
||||
os.chidr(self.self._orig_cwd)
|
||||
os.chdir(self._orig_cwd)
|
||||
|
||||
def _make_test_cmd(self):
|
||||
test_cmd = ui.Subcommand('test', help='test')
|
||||
|
|
|
|||
Loading…
Reference in a new issue