From e7f2a111e48c03916cefb68f49bfa6441ec7a4d9 Mon Sep 17 00:00:00 2001 From: Diego Moreda Date: Sun, 9 Oct 2016 17:57:36 +0200 Subject: [PATCH] discogs: add test dependencies, fix spelling --- beetsplug/discogs.py | 2 +- setup.py | 1 + tox.ini | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/beetsplug/discogs.py b/beetsplug/discogs.py index 58d8ff33e..65cebbb2f 100644 --- a/beetsplug/discogs.py +++ b/beetsplug/discogs.py @@ -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 diff --git a/setup.py b/setup.py index 0610d2226..a19a45b2e 100755 --- a/setup.py +++ b/setup.py @@ -106,6 +106,7 @@ setup( 'pyxdg', 'pathlib', 'python-mpd2', + 'discogs-client' ], # Plugin (optional) dependencies: diff --git a/tox.ini b/tox.ini index c22fb1c6f..cb1db2aa1 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,7 @@ deps = jellyfish python-mpd2 coverage + discogs_client [_flake8] deps =