Add .mpg video extension to supported list

This commit is contained in:
Feross Aboukhadijeh
2016-05-12 20:16:12 -07:00
parent 836d7c6664
commit cb71913cbe

View File

@@ -22,6 +22,7 @@ function isVideo (file) {
'.mkv', '.mkv',
'.mov', '.mov',
'.mp4', '.mp4',
'.mpg',
'.ogv', '.ogv',
'.webm' '.webm'
].includes(ext) ].includes(ext)