Skip to content

Commit

Permalink
Update metadata.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinLiquid authored May 11, 2024
1 parent 546a1d1 commit e2e72c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ class Metadata {
) {
// Initialize the elements
this.container = new HTML('div').classOn('meta')
this.image = new HTML('img').attr({ src: VolumeOffIcon, alt: 'Not playing' })
this.image = new HTML('img')
this.image.attr({ src: VolumeOffIcon, alt: 'Not playing' })
this.meta = new HTML('div')
this.text = new HTML('div').text('Not playing')
this.icons = new HTML('div').classOn('icons')
Expand Down

0 comments on commit e2e72c1

Please sign in to comment.