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({
|
||||
title: '',
|
||||
format: 'Digital Media',
|
||||
tracks: tracks,
|
||||
});
|
||||
|
@ -157,10 +156,6 @@ function extract_release_data() {
|
|||
artist_credit: _setReleaseArtists(),
|
||||
type: 'Album',
|
||||
status: 'Official',
|
||||
language: '',
|
||||
script: '',
|
||||
packaging: '',
|
||||
country: '',
|
||||
year: date[2],
|
||||
month: months[date[1]],
|
||||
day: date[0],
|
||||
|
|
Loading…
Reference in a new issue