This commit is contained in:
arussac
2025-03-10 17:13:30 +01:00
parent bbcffff85e
commit cf4631d4fa

View File

@@ -163,9 +163,7 @@ document.addEventListener("DOMContentLoaded", async () => {
alert('Nouvelle vidéo enregistrée :\nNom : ' + nameVideo +
'\nRésolution : ' + videoResolution +
'\nDurée : ' + videoDuration + ' secondes');
}).then((data)=>{
console.log(data);
console.log(" ")
}).then(()=>{
getDataProjectVideosFromApi(projectId).then((data)=>{
idVideo = data[data.length-1].id
console.log(idVideo)