mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-11-14 14:57:08 +00:00
dgdecca importer: do not set 'Worldwide' release flag
As @ListMyCDs.com noticed, old DG/Decca releases are not always worldwide https://musicbrainz.org/edit/41284376
This commit is contained in:
parent
4df5f00f7f
commit
e82abddc0a
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ var meta = function() {
|
|||
// @name Import DG/Decca releases to MusicBrainz
|
||||
// @namespace https://github.com/murdos/musicbrainz-userscripts
|
||||
// @author loujine
|
||||
// @version 2016.11.13.0
|
||||
// @version 2016.11.13.1
|
||||
// @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/dgdecca_importer.user.js
|
||||
// @updateURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/dgdecca_importer.user.js
|
||||
// @icon https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/assets/images/Musicbrainz_import_logo.png
|
||||
|
@ -217,7 +217,7 @@ function extract_release_data() {
|
|||
'language': 'eng', // 'English',
|
||||
'script': 'Latn', // 'Latin',
|
||||
'packaging': '',
|
||||
'country': 'XW',
|
||||
'country': '',
|
||||
'year': date[2],
|
||||
'month': months[date[1]],
|
||||
'day': date[0],
|
||||
|
|
Loading…
Reference in a new issue