mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 23:12:51 +01:00
Add trailing comma
Co-Authored-By: Adrian Sampson <adrian@radbox.org>
This commit is contained in:
parent
6c948764fe
commit
e945ed894d
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class DiscogsPlugin(BeetsPlugin):
|
|||
'source_weight': 0.5,
|
||||
'user_token': '',
|
||||
'separator': u', ',
|
||||
'index_tracks': False
|
||||
'index_tracks': False,
|
||||
})
|
||||
self.config['apikey'].redact = True
|
||||
self.config['apisecret'].redact = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue