await fetch()

in public/js/account.js [73:77]


      await fetch("/api/user-spotify-add-entitlements", {
        method: "POST",
        headers: { "Content-Type": "application/json" },
        body: JSON.stringify({ entitlements: [show] }),
      });