This commit is contained in:
Eduard Prigoana 2024-12-22 17:59:59 +02:00
parent 6eee5b7fc2
commit 4692b271fe

View file

@ -89,7 +89,7 @@
</div>
<script>
const username = localStorage.getItem('lastfmUsername') || 'yetiuard';
const username = localStorage.getItem('lastfmUsername') || 'eduardprigoana';
const url = `https://lastfm-last-played.biancarosa.com.br/${username}/latest-song`;
const backgroundElement = document.getElementById('background');
const trackTitleElement = document.getElementById('track-title');