aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+my-library/my-videos/my-videos.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-library/my-videos/my-videos.component.ts b/client/src/app/+my-library/my-videos/my-videos.component.ts
index bcfc66099..46dd304ba 100644
--- a/client/src/app/+my-library/my-videos/my-videos.component.ts
+++ b/client/src/app/+my-library/my-videos/my-videos.component.ts
@@ -108,7 +108,7 @@ export class MyVideosComponent implements OnInit, DisableForReuseHook {
108 const channelFilters = this.userChannels.map(c => { 108 const channelFilters = this.userChannels.map(c => {
109 return { 109 return {
110 value: 'channel:' + c.name, 110 value: 'channel:' + c.name,
111 label: c.name 111 label: c.displayName
112 } 112 }
113 }) 113 })
114 114