aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-list/video-user-subscriptions.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/video-list/video-user-subscriptions.component.ts')
-rw-r--r--client/src/app/videos/video-list/video-user-subscriptions.component.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/videos/video-list/video-user-subscriptions.component.ts b/client/src/app/videos/video-list/video-user-subscriptions.component.ts
index b36c85766..0cd67db29 100644
--- a/client/src/app/videos/video-list/video-user-subscriptions.component.ts
+++ b/client/src/app/videos/video-list/video-user-subscriptions.component.ts
@@ -36,6 +36,11 @@ export class VideoUserSubscriptionsComponent extends AbstractVideoList implement
36 super() 36 super()
37 37
38 this.titlePage = i18n('Videos from your subscriptions') 38 this.titlePage = i18n('Videos from your subscriptions')
39 this.actions.push({
40 routerLink: '/my-account/subscriptions',
41 label: i18n('Subscriptions'),
42 iconName: 'cog'
43 })
39 } 44 }
40 45
41 ngOnInit () { 46 ngOnInit () {