fix: display genre name in CategoriesComponent
This commit is contained in:
parent
ffb6ba4a5b
commit
75c99b28ad
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue