diff options
Diffstat (limited to 'client/src/app/+accounts/account-video-channels/account-video-channels.component.html')
-rw-r--r-- | client/src/app/+accounts/account-video-channels/account-video-channels.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+accounts/account-video-channels/account-video-channels.component.html b/client/src/app/+accounts/account-video-channels/account-video-channels.component.html index 73bac5f1d..5dbb341d2 100644 --- a/client/src/app/+accounts/account-video-channels/account-video-channels.component.html +++ b/client/src/app/+accounts/account-video-channels/account-video-channels.component.html | |||
@@ -21,7 +21,7 @@ | |||
21 | 21 | ||
22 | <my-video-miniature | 22 | <my-video-miniature |
23 | *ngFor="let video of getVideosOf(videoChannel)" | 23 | *ngFor="let video of getVideosOf(videoChannel)" |
24 | [video]="video" [user]="user" [displayVideoActions]="true" | 24 | [video]="video" [user]="userMiniature" [displayVideoActions]="true" |
25 | ></my-video-miniature> | 25 | ></my-video-miniature> |
26 | </div> | 26 | </div> |
27 | 27 | ||