realisation de la page mesPlaylists
This commit is contained in:
parent
8784c290ca
commit
d0ca04aefc
24 changed files with 842 additions and 36 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue