mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Language selection implemented and UI reworked
This commit is contained in:
@@ -19,7 +19,7 @@ dropzone.addEventListener("drop", (e) => {
|
||||
const files = e.dataTransfer.files
|
||||
const filePath = window.explorer.onFileDrop(files[0])
|
||||
var holdy = filePath + "";
|
||||
if(holdy.endsWith(".mp4")){
|
||||
if(holdy.endsWith(".mp4", ".mov", ".avi", ".mkv")){
|
||||
console.log(filePath)
|
||||
|
||||
const files1 = e.dataTransfer.files;
|
||||
|
||||
Reference in New Issue
Block a user