Merge branch 'release/6.0.0' into develop

pull/6318/head
Chocobozzz 2024-04-05 08:25:37 +02:00
commit abc6c2b7f4
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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)