connexion avec back de la page 'user/history'
This commit is contained in:
parent
8f39312a6e
commit
7030a0ea21
2 changed files with 26 additions and 57 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue