aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/abstract-video-list.ts
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-01-07 12:12:39 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-01-07 12:12:43 +0100
commit13adf228d0cc48995cf70c0a782a1d717873f6e0 (patch)
treeb4b8ef5ac8ae67ba5336fba8420ba4d97c0c0eef /client/src/app/shared/video/abstract-video-list.ts
parent366b21f13f75b33f9d64744d7564e7cddf5b1ae8 (diff)
downloadPeerTube-13adf228d0cc48995cf70c0a782a1d717873f6e0.tar.gz
PeerTube-13adf228d0cc48995cf70c0a782a1d717873f6e0.tar.zst
PeerTube-13adf228d0cc48995cf70c0a782a1d717873f6e0.zip
Add button in subscriptions to go to subscriptions list
Diffstat (limited to 'client/src/app/shared/video/abstract-video-list.ts')
-rw-r--r--client/src/app/shared/video/abstract-video-list.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/app/shared/video/abstract-video-list.ts b/client/src/app/shared/video/abstract-video-list.ts
index 3e3583a70..06d4ed43d 100644
--- a/client/src/app/shared/video/abstract-video-list.ts
+++ b/client/src/app/shared/video/abstract-video-list.ts
@@ -59,6 +59,12 @@ export abstract class AbstractVideoList implements OnInit, OnDestroy, DisableFor
59 blacklistInfo: false 59 blacklistInfo: false
60 } 60 }
61 61
62 actions: {
63 routerLink: string
64 iconName: string
65 label: string
66 }[] = []
67
62 onDataSubject = new Subject<any[]>() 68 onDataSubject = new Subject<any[]>()
63 69
64 protected serverConfig: ServerConfig 70 protected serverConfig: ServerConfig