connexion avec back de la page 'user/history'

This commit is contained in:
MiharyR 2021-12-13 21:19:23 +01:00
parent 8f39312a6e
commit 7030a0ea21
2 changed files with 26 additions and 57 deletions

View file

@ -105,6 +105,7 @@ export class PopupAddVideoToPlaylistsComponent implements OnInit
}
else {
this.isFinishedForExistingPlaylist = true;
console.log("isFinishedForExistingPlaylist: true");
}
}
@ -120,6 +121,7 @@ export class PopupAddVideoToPlaylistsComponent implements OnInit
}
else {
this.isFinishedForNewPlaylist = true;
console.log("isFinishedForNewPlaylist: true");
}
}