mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-12-13 20:02:27 +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 = {
|
||||
purchase_for_download: 74,
|
||||
download_for_free: 75,
|
||||
discogs: 76,
|
||||
purchase_for_mail_order: 79,
|
||||
stream_for_free: 85,
|
||||
license: 301,
|
||||
purchase_for_mail_order: 79
|
||||
license: 301
|
||||
}
|
||||
|
||||
// compute HTML of search link
|
||||
|
|
Loading…
Reference in a new issue