mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-11-10 05:04:13 +00:00
takealot_importer: fixed release lable parsing
This commit is contained in:
parent
dc8679712a
commit
692abe0fa5
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ function ParseTakealotPage() {
|
|||
release.discs.push(disc);
|
||||
}
|
||||
|
||||
release.labels = [];
|
||||
release.labels = releaselabel;
|
||||
|
||||
// Release URL
|
||||
release.urls = new Array();
|
||||
|
|
Loading…
Reference in a new issue