à jour
This commit is contained in:
@@ -163,9 +163,7 @@ document.addEventListener("DOMContentLoaded", async () => {
|
|||||||
alert('Nouvelle vidéo enregistrée :\nNom : ' + nameVideo +
|
alert('Nouvelle vidéo enregistrée :\nNom : ' + nameVideo +
|
||||||
'\nRésolution : ' + videoResolution +
|
'\nRésolution : ' + videoResolution +
|
||||||
'\nDurée : ' + videoDuration + ' secondes');
|
'\nDurée : ' + videoDuration + ' secondes');
|
||||||
}).then((data)=>{
|
}).then(()=>{
|
||||||
console.log(data);
|
|
||||||
console.log(" ")
|
|
||||||
getDataProjectVideosFromApi(projectId).then((data)=>{
|
getDataProjectVideosFromApi(projectId).then((data)=>{
|
||||||
idVideo = data[data.length-1].id
|
idVideo = data[data.length-1].id
|
||||||
console.log(idVideo)
|
console.log(idVideo)
|
||||||
|
|||||||
Reference in New Issue
Block a user