diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2014-04-24 19:09:01 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2014-04-24 19:09:01 +0200 |
commit | 1cafd1e3b9ac0240d3083a6eabe2ae7ff475bb38 (patch) | |
tree | a8dc559d2e2d933064aebf45123f809070ef1986 | |
parent | f520305848be6994a0726d907a0182aa07da0be8 (diff) | |
parent | fc4be3d0ad8b6db4f5d4ef55a3c7714fd3546401 (diff) | |
download | nextcloud-server-1cafd1e3b9ac0240d3083a6eabe2ae7ff475bb38.tar.gz nextcloud-server-1cafd1e3b9ac0240d3083a6eabe2ae7ff475bb38.zip |
Merge pull request #8337 from owncloud/flv-to-mimes
Add flv to known mimetypes
-rw-r--r-- | lib/private/mimetypes.list.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/mimetypes.list.php b/lib/private/mimetypes.list.php index 07e2391c116..3fe454f41f1 100644 --- a/lib/private/mimetypes.list.php +++ b/lib/private/mimetypes.list.php @@ -60,6 +60,7 @@ return array( 'epub' => array('application/epub+zip', null), 'exe' => array('application/x-ms-dos-executable', null), 'flac' => array('audio/flac', null), + 'flv' => array('video/x-flv', null), 'gif' => array('image/gif', null), 'gz' => array('application/x-gzip', null), 'gzip' => array('application/x-gzip', null), |