encyclopedisque_importer: use MBReleaseImportHelper.URL_TYPES

This commit is contained in:
Laurent Monin 2015-06-13 00:31:46 +02:00
parent 74800b0c5e
commit 94367bfa31

View file

@ -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");