mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 03:22:39 +01:00
fixing test
This commit is contained in:
parent
510276f653
commit
e196c1dae6
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue