Change LastFM URL/API key to Cider.
This commit is contained in:
parent
2c4a629d26
commit
72df759cbd
1 changed files with 1 additions and 1 deletions
|
@ -3125,7 +3125,7 @@ const app = new Vue({
|
|||
LastFMAuthenticate() {
|
||||
console.log("wag")
|
||||
const element = document.getElementById('lfmConnect');
|
||||
window.open('https://www.last.fm/api/auth?api_key=174905d201451602407b428a86e8344d&cb=ame://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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue