]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-library/my-videos/my-videos.component.ts
Prevent invalid end watch section warnings
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-library / my-videos / my-videos.component.ts
index bcfc66099bcf32271c27cc70987adaeb60142817..46dd304bac641cb99503335448114c8f2796c29d 100644 (file)
@@ -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
         }
       })