We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae853ff commit af809b6Copy full SHA for af809b6
beetsplug/oldestdate.py
@@ -29,7 +29,6 @@ def __init__(self):
29
})
30
31
# Get global MusicBrainz host setting
32
- # TODO fallback values for musicbrainz settings
33
musicbrainzngs.set_hostname(config['musicbrainz']['host'].get())
34
musicbrainzngs.set_rate_limit(1, config['musicbrainz']['ratelimit'].get())
35
for recording_field in (
0 commit comments