mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2025-03-05 06:47:16 +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] = {
|
link_infos[key] = {
|
||||||
type: m[1],
|
type: m[1],
|
||||||
id: m[2],
|
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);
|
LOGGER.debug('getDiscogsLinkKey:' + url + ' --> ' + key);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue