import_functions: add discogs url type

This commit is contained in:
Laurent Monin 2015-06-13 00:15:20 +02:00
parent 0e5b59a81c
commit ac4e33f43d

View file

@ -64,9 +64,10 @@ var MBReleaseImportHelper = (function() {
var url_types = { var url_types = {
purchase_for_download: 74, purchase_for_download: 74,
download_for_free: 75, download_for_free: 75,
discogs: 76,
purchase_for_mail_order: 79,
stream_for_free: 85, stream_for_free: 85,
license: 301, license: 301
purchase_for_mail_order: 79
} }
// compute HTML of search link // compute HTML of search link