diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-07 23:51:14 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-01-10 10:12:09 +0100 |
commit | 41eb700fceee1085dd0e1a9ce78ecbd0e111eb6e (patch) | |
tree | 41d39a5e8604cd769e9487d5046876629c638316 /client/src/app/+my-account | |
parent | fc2df421a99e87ad20ca1f758491b6af476efd56 (diff) | |
download | PeerTube-41eb700fceee1085dd0e1a9ce78ecbd0e111eb6e.tar.gz PeerTube-41eb700fceee1085dd0e1a9ce78ecbd0e111eb6e.tar.zst PeerTube-41eb700fceee1085dd0e1a9ce78ecbd0e111eb6e.zip |
Refactor my-subscribe-button to support full account subscription
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html index ce43ed6dd..b87a4c00c 100644 --- a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html +++ b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html | |||
@@ -20,6 +20,6 @@ | |||
20 | </a> | 20 | </a> |
21 | </div> | 21 | </div> |
22 | 22 | ||
23 | <my-subscribe-button [videoChannel]="videoChannel"></my-subscribe-button> | 23 | <my-subscribe-button [videoChannels]="[videoChannel]"></my-subscribe-button> |
24 | </div> | 24 | </div> |
25 | </div> | 25 | </div> |