discogs: add test dependencies, fix spelling

This commit is contained in:
Diego Moreda 2016-10-09 17:57:36 +02:00
parent be223d966e
commit e7f2a111e4
3 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -106,6 +106,7 @@ setup(
'pyxdg',
'pathlib',
'python-mpd2',
'discogs-client'
],
# Plugin (optional) dependencies:

View file

@ -23,6 +23,7 @@ deps =
jellyfish
python-mpd2
coverage
discogs_client
[_flake8]
deps =