Laurent Monin 2019-12-07 16:52:07 +01:00
parent bed1b9b4a4
commit f5869e7c95
No known key found for this signature in database
GPG key ID: D859F01B646C07A7

View file

@ -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,