21
This commit is contained in:
parent
6eee5b7fc2
commit
4692b271fe
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue