fix: display genre name in CategoriesComponent

This commit is contained in:
Chneemann 2025-04-30 04:28:42 +02:00
parent ffb6ba4a5b
commit 75c99b28ad

View file

@ -31,6 +31,7 @@
<!-- Videos by genre -->
@if (getAllVideos(filmGenre.code).length > 0) {
<div class="category">
<p>{{ filmGenre.name }}</p>
<app-video-list
[videos]="getAllVideos(filmGenre.code)"
[currentVideo]="currentVideo"