Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinLiquid committed May 15, 2024
1 parent 0c375f4 commit db460dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class Metadata {
})

this.download.on('click', () => {
var link = document.createElement("a")
const link = document.createElement('a')
link.setAttribute('download', '')
link.href = this.player.audio.src
document.body.appendChild(link)
Expand Down

0 comments on commit db460dd

Please sign in to comment.