From 7c568030af3f50f058a231718be60ff7949e1741 Mon Sep 17 00:00:00 2001 From: Eduard Prigoana Date: Mon, 9 Feb 2026 10:48:22 +0000 Subject: [PATCH] update lastfm to reflect project status --- js/lastfm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/lastfm.js b/js/lastfm.js index c874511..c30e421 100644 --- a/js/lastfm.js +++ b/js/lastfm.js @@ -3,8 +3,8 @@ import { lastFMStorage } from './storage.js'; export class LastFMScrobbler { constructor() { - this.API_KEY = '0ecf01914957b40c17030db822845a76'; - this.API_SECRET = 'bd37e61e0b16b8c7bf8de2862de5493c'; + this.API_KEY = '85214f5abbc730e78770f27784b9bdf7'; + this.API_SECRET = '2c2c37fd86739191860db810dd063292'; this.API_URL = 'https://ws.audioscrobbler.com/2.0/'; this.sessionKey = null;