mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Remove redundant source_weight defaults
This commit is contained in:
parent
fe98841e72
commit
c2ab93a946
2 changed files with 0 additions and 2 deletions
|
|
@ -328,7 +328,6 @@ class BeatportPlugin(MetadataSourcePlugin):
|
|||
"apikey": "57713c3906af6f5def151b33601389176b37b429",
|
||||
"apisecret": "b3fe08c93c80aefd749fe871a16cd2bb32e2b954",
|
||||
"tokenfile": "beatport_token.json",
|
||||
"source_weight": 0.5,
|
||||
}
|
||||
)
|
||||
self.config["apikey"].redact = True
|
||||
|
|
|
|||
|
|
@ -129,7 +129,6 @@ class DiscogsPlugin(MetadataSourcePlugin):
|
|||
"apikey": API_KEY,
|
||||
"apisecret": API_SECRET,
|
||||
"tokenfile": "discogs_token.json",
|
||||
"source_weight": 0.5,
|
||||
"user_token": "",
|
||||
"separator": ", ",
|
||||
"index_tracks": False,
|
||||
|
|
|
|||
Loading…
Reference in a new issue