mirror of https://github.com/Chocobozzz/PeerTube
parent
cb38c9b9ea
commit
c5b28f6336
|
@ -108,7 +108,7 @@ export class MyVideosComponent implements OnInit, DisableForReuseHook {
|
|||
const channelFilters = this.userChannels.map(c => {
|
||||
return {
|
||||
value: 'channel:' + c.name,
|
||||
label: c.name
|
||||
label: c.displayName
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue