mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 07:13:23 -04:00
Merge pull request #17206 from oparoz/bpg-media-type
Adding BPG media type
This commit is contained in:
commit
708c6268ad
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ return array(
|
|||
'blend' => array('application/x-blender', null),
|
||||
'bin' => array('application/x-bin', null),
|
||||
'bmp' => array('image/bmp', null),
|
||||
'bpg' => array('image/bpg', null),
|
||||
'cb7' => array('application/x-cbr', null),
|
||||
'cba' => array('application/x-cbr', null),
|
||||
'cbr' => array('application/x-cbr', null),
|
||||
|
|
|
|||
Loading…
Reference in a new issue