connexion avec le back pour 'page search' et 'page watching'

This commit is contained in:
MiharyR 2021-12-12 07:44:17 +01:00
parent d53bc27b7c
commit 5e62d2e4ef
10 changed files with 290 additions and 76 deletions

View file

@ -50,7 +50,7 @@ export class VideoListComponent implements OnChanges
onAdd(video: VideoAll): void
{
this.addVideoToPlaylistService.run(video);
//this.addVideoToPlaylistService.run(video);
}