diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index 4aac5b24c..ac680d99e 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -34,6 +34,7 @@ from beets.plugins import MetadataSourcePlugin, BeetsPlugin DEFAULT_WAITING_TIME = 5 + class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin): data_source = 'Spotify'