mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
removing unneeded condition
This commit is contained in:
parent
9bdadc5c73
commit
7ec1fc934b
1 changed files with 0 additions and 2 deletions
|
|
@ -351,8 +351,6 @@ class DiscogsPlugin(BeetsPlugin):
|
||||||
def format_style(self, style):
|
def format_style(self, style):
|
||||||
if style is None:
|
if style is None:
|
||||||
self._log.debug('Style not Found')
|
self._log.debug('Style not Found')
|
||||||
elif not style:
|
|
||||||
return style
|
|
||||||
else:
|
else:
|
||||||
return self.config['separator'].as_str().join(sorted(style))
|
return self.config['separator'].as_str().join(sorted(style))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue