Merge pull request #127 from johtso/patch-1

Use https urls when querying musicbrainz
This commit is contained in:
Laurent Monin 2016-11-09 21:19:42 +01:00 committed by GitHub
commit d063ab022b

View file

@ -291,7 +291,7 @@ function getDiscogsLinkKey(url) {
link_infos[key] = {
type: m[1],
id: m[2],
clean_url: 'http://www.discogs.com/' + m[1] + '/' + m[2]
clean_url: 'https://www.discogs.com/' + m[1] + '/' + m[2]
}
LOGGER.debug('getDiscogsLinkKey:' + url + ' --> ' + key);
} else {