mirror of
https://github.com/beetbox/beets.git
synced 2026-01-08 17:08:12 +01:00
Fix a typo
This commit is contained in:
parent
dd115b1310
commit
1c5c74f1d7
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ from beets.dbcore import types
|
|||
if util.SNI_SUPPORTED:
|
||||
API_URL = 'https://ws.audioscrobbler.com/2.0/'
|
||||
else:
|
||||
API_URL = 'https://ws.audioscrobbler.com/2.0/'
|
||||
API_URL = 'http://ws.audioscrobbler.com/2.0/'
|
||||
|
||||
|
||||
class LastImportPlugin(plugins.BeetsPlugin):
|
||||
|
|
|
|||
Loading…
Reference in a new issue