Add .mpg video extension to supported list
This commit is contained in:
@@ -22,6 +22,7 @@ function isVideo (file) {
|
|||||||
'.mkv',
|
'.mkv',
|
||||||
'.mov',
|
'.mov',
|
||||||
'.mp4',
|
'.mp4',
|
||||||
|
'.mpg',
|
||||||
'.ogv',
|
'.ogv',
|
||||||
'.webm'
|
'.webm'
|
||||||
].includes(ext)
|
].includes(ext)
|
||||||
|
|||||||
Reference in New Issue
Block a user