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/search | |
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/search')
-rw-r--r-- | client/src/app/search/search.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/search/search.component.html b/client/src/app/search/search.component.html index 055f64cc8..496ee970a 100644 --- a/client/src/app/search/search.component.html +++ b/client/src/app/search/search.component.html | |||
@@ -44,7 +44,7 @@ | |||
44 | <div i18n class="video-channel-followers">{{ result.followersCount }} subscribers</div> | 44 | <div i18n class="video-channel-followers">{{ result.followersCount }} subscribers</div> |
45 | </div> | 45 | </div> |
46 | 46 | ||
47 | <my-subscribe-button [videoChannel]="result"></my-subscribe-button> | 47 | <my-subscribe-button [videoChannels]="[result]"></my-subscribe-button> |
48 | </div> | 48 | </div> |
49 | 49 | ||
50 | <div *ngIf="isVideo(result)" class="entry video"> | 50 | <div *ngIf="isVideo(result)" class="entry video"> |