mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-12-14 04:12:28 +00:00
Merge pull request #95 from johtso/patch-1
Use http url for querying musicbrainz
This commit is contained in:
commit
69bdf14092
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ function getDiscogsLinkKey(url) {
|
|||
link_infos[key] = {
|
||||
type: m[1],
|
||||
id: m[2],
|
||||
clean_url: 'https://www.discogs.com/' + m[1] + '/' + m[2]
|
||||
clean_url: 'http://www.discogs.com/' + m[1] + '/' + m[2]
|
||||
}
|
||||
LOGGER.debug('getDiscogsLinkKey:' + url + ' --> ' + key);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue