From 1c5c74f1d73fdb943074c6e89d2affb44511aa71 Mon Sep 17 00:00:00 2001 From: Tigran Kostandyan Date: Sat, 31 Dec 2016 18:46:01 +0300 Subject: [PATCH] Fix a typo --- beetsplug/lastimport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):