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

@ -29,7 +29,7 @@ export class VideoGridComponent implements OnChanges
onAdd(video: VideoAll): void
{
this.addVideoToPlaylistsService.run(video);
this.addVideoToPlaylistsService.run(video.videoId, video.source);
}
tronquage(str: string)