From 0f7407d926cf7774f8f730dba08327569c11680c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 1 Apr 2021 11:10:27 +0200 Subject: Refactor video miniature Less dirty code, better responsive Prepare for some regressions Increase default miniature size --- .../+video-watch/recommendations/recommended-videos.component.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.ts') diff --git a/client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.ts b/client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.ts index a1c8e0661..89b9c01b6 100644 --- a/client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.ts +++ b/client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.ts @@ -16,6 +16,8 @@ import { RecommendedVideosStore } from './recommended-videos.store' export class RecommendedVideosComponent implements OnInit, OnChanges { @Input() inputRecommendation: RecommendationInfo @Input() playlist: VideoPlaylist + @Input() displayAsRow: boolean + @Output() gotRecommendations = new EventEmitter() autoPlayNextVideo: boolean -- cgit v1.2.3