mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-20 11:48:31 -06:00
Merge branch 'release/6.0.0' into develop
This commit is contained in:
commit
abc6c2b7f4
@ -124,7 +124,7 @@ class PlaylistMenuItem extends Component {
|
|||||||
private buildUnavailableVideo (li: HTMLElement) {
|
private buildUnavailableVideo (li: HTMLElement) {
|
||||||
const block = super.createEl('div', {
|
const block = super.createEl('div', {
|
||||||
className: 'item-unavailable',
|
className: 'item-unavailable',
|
||||||
innerTExt: this.player().localize('Unavailable video')
|
innerText: this.player().localize('Unavailable video')
|
||||||
})
|
})
|
||||||
|
|
||||||
li.appendChild(block)
|
li.appendChild(block)
|
||||||
|
Loading…
Reference in New Issue
Block a user