From 1a172f8a594b745c0153b8789e103f26bcff91e7 Mon Sep 17 00:00:00 2001 From: child_duckling <19170969+child-duckling@users.noreply.github.com> Date: Fri, 3 Dec 2021 17:18:44 -0800 Subject: [PATCH] come on, work --- docs/app-win/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/app-win/index.js b/docs/app-win/index.js index 07d04c31..56a812bc 100644 --- a/docs/app-win/index.js +++ b/docs/app-win/index.js @@ -42,10 +42,9 @@ var app = new Vue({ document.addEventListener('musickitloaded', function() { const urlParams = new URLSearchParams(window.location.search); - let auth = urlParams.get('auth') // MusicKit global is now defined MusicKit.configure({ - developerToken: `${auth || ''}`, + developerToken: `${urlParams.get('auth') || ''}`, app: { name: 'My Cool Web App', build: '1978.4.1'