aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/search/search.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/search/search.component.html')
-rw-r--r--client/src/app/search/search.component.html2
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">