From acef04366daf3f631a286bbe75b875b1a6684922 Mon Sep 17 00:00:00 2001 From: Samidy Date: Tue, 23 Dec 2025 21:01:52 -0800 Subject: [PATCH] updated analytics + LastFM Api Key --- index.html | 2 +- js/lastfm.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index ae79a18..ec32eaf 100644 --- a/index.html +++ b/index.html @@ -459,7 +459,7 @@ - + diff --git a/js/lastfm.js b/js/lastfm.js index 1583f98..1e1e10b 100644 --- a/js/lastfm.js +++ b/js/lastfm.js @@ -3,8 +3,8 @@ import { delay } from './utils.js'; export class LastFMScrobbler { constructor() { - this.API_KEY = '0fc32c426d943d34a662977b31b98b67'; - this.API_SECRET = '53acf2466be726db021e7fdfd0ad1084'; + this.API_KEY = '0ecf01914957b40c17030db822845a76'; + this.API_SECRET = 'bd37e61e0b16b8c7bf8de2862de5493c'; this.API_URL = 'https://ws.audioscrobbler.com/2.0/'; this.sessionKey = null;