added mp4 and wmv to list of accepted video formats

pull/41/head
Dennis Schmidt 12 years ago committed by Martin Czuchra
parent 8e14ded6a4
commit a643876f6d
  1. 2
      lib/redmine/mime_type.rb

@ -60,6 +60,8 @@ module Redmine
'application/x-gzip' => 'gz', 'application/x-gzip' => 'gz',
'video/x-flv' => 'flv,f4v', 'video/x-flv' => 'flv,f4v',
'video/mpeg' => 'mpeg,mpg,mpe', 'video/mpeg' => 'mpeg,mpg,mpe',
'video/mp4' => 'mp4',
'video/x-ms-wmv' => 'wmv',
'video/quicktime' => 'qt,mov', 'video/quicktime' => 'qt,mov',
'video/vnd.vivo' => 'viv,vivo', 'video/vnd.vivo' => 'viv,vivo',
'video/x-msvideo' => 'avi', 'video/x-msvideo' => 'avi',

Loading…
Cancel
Save