Skip to content

Commit

Permalink
Merge branch 'release/6.0.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Apr 5, 2024
2 parents f84243f + 47731d8 commit abc6c2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class PlaylistMenuItem extends Component {
private buildUnavailableVideo (li: HTMLElement) {
const block = super.createEl('div', {
className: 'item-unavailable',
innerTExt: this.player().localize('Unavailable video')
innerText: this.player().localize('Unavailable video')
})

li.appendChild(block)
Expand Down

0 comments on commit abc6c2b

Please sign in to comment.