This commit is contained in:
Eduard Prigoana 2024-12-30 19:12:50 +02:00
parent 4692b271fe
commit b62b809f7a

View file

@ -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');