diff --git a/modules/video_qc/templates/video_qc/upload.html b/modules/video_qc/templates/video_qc/upload.html index 86049b0..9a38098 100644 --- a/modules/video_qc/templates/video_qc/upload.html +++ b/modules/video_qc/templates/video_qc/upload.html @@ -123,7 +123,7 @@ const validationMessage = document.getElementById('validationMessage'); const MAX_FILES = 50; - const ALLOWED_EXTENSIONS = ['mp4', 'mov', 'avi', 'mkv']; + const ALLOWED_EXTENSIONS = ['mp4', 'mov', 'avi', 'mkv', 'srt']; let selectedFiles = []; uploadZone.addEventListener('click', () => fileInput.click());