mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-11-14 14:57:08 +00:00
Prefill barcode if possible
See https://community.metabrainz.org/t/digital-release-with-two-bandcamp-links-different-release-or-not/454077/7
This commit is contained in:
parent
bed1b9b4a4
commit
f5869e7c95
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
// ==UserScript==
|
||||
// @name Import Bandcamp releases to MusicBrainz
|
||||
// @description Add a button on Bandcamp's album pages to open MusicBrainz release editor with pre-filled data for the selected release
|
||||
// @version 2018.6.1.1
|
||||
// @version 2019.12.7.1
|
||||
// @namespace http://userscripts.org/users/22504
|
||||
// @downloadURL https://raw.github.com/murdos/musicbrainz-userscripts/master/bandcamp_importer.user.js
|
||||
// @updateURL https://raw.github.com/murdos/musicbrainz-userscripts/master/bandcamp_importer.user.js
|
||||
|
@ -33,6 +33,7 @@ var BandcampImport = {
|
|||
let release = {
|
||||
discs: [],
|
||||
artist_credit: [],
|
||||
barcode: bandcampAlbumData.current.upc,
|
||||
title: '',
|
||||
year: 0,
|
||||
month: 0,
|
||||
|
|
Loading…
Reference in a new issue