diff options
Diffstat (limited to 'client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.html')
-rw-r--r-- | client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.html b/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.html index 0a6c5fcb2..9e9e98c99 100644 --- a/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.html +++ b/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.html | |||
@@ -19,5 +19,7 @@ | |||
19 | [loadUserVideoPreferences]="true" | 19 | [loadUserVideoPreferences]="true" |
20 | 20 | ||
21 | [disabled]="disabled" | 21 | [disabled]="disabled" |
22 | |||
23 | (videosLoaded)="onVideosLoaded($event)" | ||
22 | > | 24 | > |
23 | </my-videos-list> | 25 | </my-videos-list> |