mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 09:33:46 +01:00
Merge remote-tracking branch 'origin/index-tracks' into index-tracks
This commit is contained in:
commit
ea02890be6
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