diff --git a/beetsplug/lastimport.py b/beetsplug/lastimport.py index 25624731e..238e447bc 100644 --- a/beetsplug/lastimport.py +++ b/beetsplug/lastimport.py @@ -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):