##// END OF EJS Templates
Treat .mpeg files as video
neko259 -
r1342:ed9d0078 default
parent child Browse files
Show More
@@ -6,6 +6,7 b" FILE_STUB_IMAGE = 'images/file.png'"
6 6 FILE_TYPES_VIDEO = (
7 7 'webm',
8 8 'mp4',
9 'mpeg',
9 10 )
10 11 FILE_TYPE_SVG = 'svg'
11 12 FILE_TYPES_AUDIO = (
General Comments 0
You need to be logged in to leave comments. Login now