mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
discogs: add test dependencies, fix spelling
This commit is contained in:
parent
be223d966e
commit
e7f2a111e4
3 changed files with 3 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ class DiscogsPlugin(BeetsPlugin):
|
|||
catalogno = None
|
||||
country = result.data.get('country')
|
||||
media = result.data['formats'][0]['name']
|
||||
# Explicitely set the `media` for the tracks, since it is expected by
|
||||
# Explicitly set the `media` for the tracks, since it is expected by
|
||||
# `autotag.apply_metadata`.
|
||||
for track in tracks:
|
||||
track.media = media
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -106,6 +106,7 @@ setup(
|
|||
'pyxdg',
|
||||
'pathlib',
|
||||
'python-mpd2',
|
||||
'discogs-client'
|
||||
],
|
||||
|
||||
# Plugin (optional) dependencies:
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -23,6 +23,7 @@ deps =
|
|||
jellyfish
|
||||
python-mpd2
|
||||
coverage
|
||||
discogs_client
|
||||
|
||||
[_flake8]
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Reference in a new issue