fixing test

This commit is contained in:
Peter 2019-06-30 13:54:38 +02:00
parent 510276f653
commit e196c1dae6

View file

@ -357,7 +357,8 @@ class DiscogsPlugin(BeetsPlugin):
if classification is None:
self._log.debug('Classification not Found')
else:
return self.config['separator'].as_str().join(sorted(classification))
return self.config['separator'].as_str()\
.join(sorted(classification))
def extract_release_id(self, uri):
if uri: