mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 18:12:19 +01:00
Add missing newline
This commit is contained in:
parent
1ec06e14c5
commit
c417003184
1 changed files with 1 additions and 0 deletions
|
|
@ -216,6 +216,7 @@ class SymbolsReplaced(Backend):
|
|||
|
||||
return super(SymbolsReplaced, cls)._encode(s)
|
||||
|
||||
|
||||
class MusiXmatch(SymbolsReplaced):
|
||||
REPLACEMENTS = dict(SymbolsReplaced.REPLACEMENTS, **{
|
||||
r'\s+': '-'
|
||||
|
|
|
|||
Loading…
Reference in a new issue