change cider key

This commit is contained in:
vapormusic 2022-01-21 11:56:15 +07:00
parent a632dbd165
commit dee42a0ac7
2 changed files with 4 additions and 3 deletions

View file

@ -3206,7 +3206,7 @@ const app = new Vue({
console.log("[LastFM] Received LastFM authentication callback")
const element = document.getElementById('lfmConnect');
// new key : f9986d12aab5a0fe66193c559435ede3
window.open('https://www.last.fm/api/auth?api_key=174905d201451602407b428a86e8344d&cb=cider://auth/lastfm');
window.open('https://www.last.fm/api/auth?api_key=f9986d12aab5a0fe66193c559435ede3&cb=cider://auth/lastfm');
element.innerText = 'Connecting...';
/* Just a timeout for the button */