From fdc18225d09e94fa0a7d07f781e00c49a3207637 Mon Sep 17 00:00:00 2001 From: David Logie Date: Sun, 26 Sep 2021 19:34:58 +0100 Subject: [PATCH] bandcamp_importer: Update atisket URL. --- bandcamp_importer.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bandcamp_importer.user.js b/bandcamp_importer.user.js index 0a39f02..ab523e5 100644 --- a/bandcamp_importer.user.js +++ b/bandcamp_importer.user.js @@ -364,7 +364,7 @@ $(document).ready(function () { let upc = unsafeWindow.TralbumData.current.upc; if (typeof upc != 'undefined' && upc !== null) { $('div #trackInfoInner').append( - `
UPC: ${upc}
` + `
UPC: ${upc}
` ); } });