diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2014-02-27 14:39:16 +0100 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2014-02-27 14:39:16 +0100 |
commit | 49b331be39162bbca738cadfedd6042028613b94 (patch) | |
tree | 8cda469ea06459e988f18e4144c510a44717ea3d | |
parent | ab850b961dd576a4caf7c2269d8559fdbe6d62e6 (diff) | |
download | nextcloud-server-49b331be39162bbca738cadfedd6042028613b94.tar.gz nextcloud-server-49b331be39162bbca738cadfedd6042028613b94.zip |
add BMP mimetype for BMP previews
-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 9bd07b89023..a216414c9dd 100644 --- a/lib/private/mimetypes.list.php +++ b/lib/private/mimetypes.list.php @@ -31,6 +31,7 @@ return array( 'bash' => 'text/x-shellscript', 'blend' => 'application/x-blender', 'bin' => 'application/x-bin', + 'bmp' => 'image/bmp', 'cb7' => 'application/x-cbr', 'cba' => 'application/x-cbr', 'cbr' => 'application/x-cbr', |