realisation de la page mesPlaylists

This commit is contained in:
MiharyR 2021-10-29 23:04:43 +02:00
parent 8784c290ca
commit d0ca04aefc
24 changed files with 842 additions and 36 deletions

View file

@ -26,7 +26,7 @@ export class AddVideoToPlaylistsService
this._video = video0;
const retour = {
status: "success",
data: this.fictitiousDatasService.getTabPlaylist(4),
data: this.fictitiousDatasService.getTabPlaylist(4, 5),
}
this.afterReceivingPlaylists(retour)
}