Update index.html
This commit is contained in:
parent
175a49526b
commit
b0d05dd9c5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue