Skip to content

Commit e8c2552

Browse files
authored
Merge pull request #401 from roshan04/support_mjpeg_ext
Support mjpeg ext
2 parents 591ad62 + e90c3cc commit e8c2552

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/helpers/constants.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,8 @@ const allowedFileTypes = [
306306
"pmc",
307307
"pmp",
308308
"max",
309+
"mjpeg",
310+
"y4m"
309311
];
310312

311313
const filesToIgnoreWhileUploading = [

0 commit comments

Comments
 (0)