Update index.html

This commit is contained in:
Eduard Prigoana 2025-01-07 11:19:03 +02:00 committed by GitHub
parent 175a49526b
commit b0d05dd9c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -229,7 +229,7 @@
const { name, artist, album, image, url } = track;
songElement.classList.remove('updated');
// Create an anchor element with the track URL
// Create an anchor element with the trxack URL
const songLink = document.createElement('a');
songLink.href = url;
songLink.target = '_blank'; // Opens in a new tab