mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-11-10 05:04:13 +00:00
Polishing
This commit is contained in:
parent
dd792a6a36
commit
63d25b6243
1 changed files with 0 additions and 5 deletions
|
@ -146,7 +146,6 @@ function extract_release_data() {
|
||||||
});
|
});
|
||||||
|
|
||||||
discs.push({
|
discs.push({
|
||||||
title: '',
|
|
||||||
format: 'Digital Media',
|
format: 'Digital Media',
|
||||||
tracks: tracks,
|
tracks: tracks,
|
||||||
});
|
});
|
||||||
|
@ -157,10 +156,6 @@ function extract_release_data() {
|
||||||
artist_credit: _setReleaseArtists(),
|
artist_credit: _setReleaseArtists(),
|
||||||
type: 'Album',
|
type: 'Album',
|
||||||
status: 'Official',
|
status: 'Official',
|
||||||
language: '',
|
|
||||||
script: '',
|
|
||||||
packaging: '',
|
|
||||||
country: '',
|
|
||||||
year: date[2],
|
year: date[2],
|
||||||
month: months[date[1]],
|
month: months[date[1]],
|
||||||
day: date[0],
|
day: date[0],
|
||||||
|
|
Loading…
Reference in a new issue