Video Slicer : clear completed video list on new video load

video-slicer-reencoder
Moe 2022-10-01 15:06:00 -07:00
parent 15c71ecbe7
commit 5bb1e3b836
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ $(document).ready(function(){
loadedVideoForSlicer.amountOfSecondsBetween = (endTime - startTime) / 1000
drawTimeTicks(video)
createVideoElement(video)
completedVideosList.empty()
}
function drawCompletedVideoRow(file){
var videoEndpoint = getApiPrefix(`fileBin`) + '/' + file.mid + '/' + file.name