diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+accounts/account-video-channels/account-video-channels.component.html | 1 |
1 files changed, 0 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 96780e938..19a4b3c9c 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 | |||
@@ -39,7 +39,6 @@ | |||
39 | <my-video-miniature | 39 | <my-video-miniature |
40 | *ngFor="let video of getVideosOf(videoChannel)" | 40 | *ngFor="let video of getVideosOf(videoChannel)" |
41 | [video]="video" [user]="userMiniature" [displayVideoActions]="true" [displayOptions]="miniatureDisplayOptions" | 41 | [video]="video" [user]="userMiniature" [displayVideoActions]="true" [displayOptions]="miniatureDisplayOptions" |
42 | thumbnailSize="medium" | ||
43 | ></my-video-miniature> | 42 | ></my-video-miniature> |
44 | 43 | ||
45 | <div *ngIf="getTotalVideosOf(videoChannel)" class="miniature-show-channel"> | 44 | <div *ngIf="getTotalVideosOf(videoChannel)" class="miniature-show-channel"> |