mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-20 11:48:31 -06:00
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
Block a user