mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-11-10 05:04:13 +00:00
hdtracks: Fix an old typo in a comment
This commit is contained in:
parent
13f579a661
commit
821818cae1
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
// @name Import HDtracks releases into MusicBrainz
|
||||
// @namespace https://github.com/murdos/musicbrainz-userscripts/
|
||||
// @description One-click importing of releases from hdtracks.com into MusicBrainz. Also allows to submit their ISRCs to MusicBrainz releases.
|
||||
// @version 2021.11.7.1
|
||||
// @version 2021.11.21.1
|
||||
// @author kellnerd
|
||||
// @license MIT
|
||||
// @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/hdtracks_importer.user.js
|
||||
|
@ -52,7 +52,7 @@ function parseHDtracksRelease(data, releaseUrl) {
|
|||
day: releaseDate.getUTCDate(),
|
||||
comment: audioQuality != '44.1kHz/16bit' ? audioQuality : '',
|
||||
annotation: [`${audioQuality} available on HDtracks`, data.cLine, data.pLine].join('\n'),
|
||||
// `data.credits` is currently not included as its unclear for which tracks the individual credits apply
|
||||
// `data.credits` is currently not included as it is unclear for which tracks the individual credits apply
|
||||
discs: [],
|
||||
urls: [],
|
||||
packaging: 'None',
|
||||
|
|
Loading…
Reference in a new issue