mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 03:54:21 +01:00
Add `index_tracks' configuration option
This commit is contained in:
parent
20630d1947
commit
6889b9ffdc
1 changed files with 2 additions and 1 deletions
|
|
@ -57,7 +57,8 @@ class DiscogsPlugin(BeetsPlugin):
|
|||
'tokenfile': 'discogs_token.json',
|
||||
'source_weight': 0.5,
|
||||
'user_token': '',
|
||||
'separator': u', '
|
||||
'separator': u', ',
|
||||
'index_tracks': False
|
||||
})
|
||||
self.config['apikey'].redact = True
|
||||
self.config['apisecret'].redact = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue