mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-12-12 19:32:27 +00:00
bandcamp_importer: Update atisket URL.
This commit is contained in:
parent
af12c389c6
commit
fdc18225d0
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ $(document).ready(function () {
|
|||
let upc = unsafeWindow.TralbumData.current.upc;
|
||||
if (typeof upc != 'undefined' && upc !== null) {
|
||||
$('div #trackInfoInner').append(
|
||||
`<div id="mbimport_upc" style="margin-bottom: 2em; font-size: smaller;">UPC: <a href="https://etc.marlonob.info/atisket/?upc=${upc}">${upc}</a></div>`
|
||||
`<div id="mbimport_upc" style="margin-bottom: 2em; font-size: smaller;">UPC: <a href="https://atisket.pulsewidth.org.uk/?upc=${upc}">${upc}</a></div>`
|
||||
);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue