Remove redundant source_weight defaults

This commit is contained in:
Šarūnas Nejus 2025-10-05 10:49:44 +01:00
parent fe98841e72
commit c2ab93a946
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View file

@ -328,7 +328,6 @@ class BeatportPlugin(MetadataSourcePlugin):
"apikey": "57713c3906af6f5def151b33601389176b37b429", "apikey": "57713c3906af6f5def151b33601389176b37b429",
"apisecret": "b3fe08c93c80aefd749fe871a16cd2bb32e2b954", "apisecret": "b3fe08c93c80aefd749fe871a16cd2bb32e2b954",
"tokenfile": "beatport_token.json", "tokenfile": "beatport_token.json",
"source_weight": 0.5,
} }
) )
self.config["apikey"].redact = True self.config["apikey"].redact = True

View file

@ -129,7 +129,6 @@ class DiscogsPlugin(MetadataSourcePlugin):
"apikey": API_KEY, "apikey": API_KEY,
"apisecret": API_SECRET, "apisecret": API_SECRET,
"tokenfile": "discogs_token.json", "tokenfile": "discogs_token.json",
"source_weight": 0.5,
"user_token": "", "user_token": "",
"separator": ", ", "separator": ", ",
"index_tracks": False, "index_tracks": False,