mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
add BMP mimetype for BMP previews
This commit is contained in:
parent
ab850b961d
commit
49b331be39
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue