diff options
author | marijus <mario@mariovavti.com> | 2015-01-22 12:12:42 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-01-22 12:12:42 +0100 |
commit | d94114ec986ba1440b74d41bec8896db186f8eb2 (patch) | |
tree | b7cbe6c6d5cea12d28e731d4cec735a7dadbfffc /include/RedDAV | |
parent | c05f0ec40784a17de2e675c4d684d3a0c54228b0 (diff) | |
download | volse-hubzilla-d94114ec986ba1440b74d41bec8896db186f8eb2.tar.gz volse-hubzilla-d94114ec986ba1440b74d41bec8896db186f8eb2.tar.bz2 volse-hubzilla-d94114ec986ba1440b74d41bec8896db186f8eb2.zip |
add some mimetypes
Diffstat (limited to 'include/RedDAV')
-rw-r--r-- | include/RedDAV/RedBrowser.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/RedDAV/RedBrowser.php b/include/RedDAV/RedBrowser.php index 93a546086..5642c3f86 100644 --- a/include/RedDAV/RedBrowser.php +++ b/include/RedDAV/RedBrowser.php @@ -378,11 +378,14 @@ class RedBrowser extends DAV\Browser\Plugin { 'audio/mpeg' => 'icon-music', 'audio/wav' => 'icon-music', 'application/ogg' => 'icon-music', + 'audio/ogg' => 'icon-music', + 'audio/webm' => 'icon-music', + 'audio/mp4' => 'icon-music', //Video 'video/quicktime' => 'icon-film', - - + 'video/webm' => 'icon-film', + 'video/mp4' => 'icon-film' ); $iconFromType = 'icon-file-alt'; |