Skip to content

Commit

Permalink
Prepare for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kernitus committed Nov 18, 2020
1 parent ae853ff commit af809b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beetsplug/oldestdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def __init__(self):
})

# Get global MusicBrainz host setting
# TODO fallback values for musicbrainz settings
musicbrainzngs.set_hostname(config['musicbrainz']['host'].get())
musicbrainzngs.set_rate_limit(1, config['musicbrainz']['ratelimit'].get())
for recording_field in (
Expand Down

0 comments on commit af809b6

Please sign in to comment.