This commit is contained in:
Eduard Prigoana 2024-12-30 20:34:13 +02:00
parent b62b809f7a
commit beac29a7d4
2 changed files with 16 additions and 2 deletions

View file

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