mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2025-03-04 14:27:14 +00:00
encyclopedisque_importer: use MBReleaseImportHelper.URL_TYPES
This commit is contained in:
parent
74800b0c5e
commit
94367bfa31
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ function parseEncyclopedisquePage() {
|
|||
|
||||
// Release URL
|
||||
release.urls = new Array();
|
||||
release.urls.push( { 'url': window.location.href, 'link_type': 82 } );
|
||||
release.urls.push( { 'url': window.location.href, 'link_type': MBReleaseImportHelper.URL_TYPES.other_databases } );
|
||||
|
||||
// Parse other infos
|
||||
var releaseInfos = document.body.querySelectorAll("div.main tr");
|
||||
|
|
Loading…
Add table
Reference in a new issue