change API from https://lastfm-last-played.biancarosa.com.br/{username}/latest-song to my own
This commit is contained in:
parent
4692b271fe
commit
b62b809f7a
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@
|
|||
<script src="./index.js"></script>
|
||||
<script>
|
||||
let username = localStorage.getItem('lastfmUsername') || 'eduardprigoana';
|
||||
const url = `https://lastfm-last-played.biancarosa.com.br/${username}/latest-song`;
|
||||
const url = `https://lastplayed.prigoana.com/${username}/latest-song`;
|
||||
const songElement = document.querySelector('#song');
|
||||
const albumCoverElement = document.querySelector('#album-cover');
|
||||
const backgroundElement = document.getElementById('background');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue