mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2025-03-04 22:37:16 +00:00
import_functions: add discogs url type
This commit is contained in:
parent
0e5b59a81c
commit
ac4e33f43d
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue