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',
'.mov',
'.mp4',
'.mpg',
'.ogv',
'.webm'
].includes(ext)