diff --git a/frontend/src/app/components/home/categories/categories.component.ts b/frontend/src/app/components/home/categories/categories.component.ts index 95c04e8..e65ee64 100644 --- a/frontend/src/app/components/home/categories/categories.component.ts +++ b/frontend/src/app/components/home/categories/categories.component.ts @@ -25,7 +25,7 @@ export class CategoriesComponent implements AfterViewInit { @Input() favoriteVideos: number[] = []; @Input() watchedVideos: number[] = []; - @Output() currentVideoId = new EventEmitter(); + @Output() videoSelected = new EventEmitter