mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 22:17:33 +00:00
add avi and msvideo to preview
This commit is contained in:
parent
9a23619f18
commit
e52b8f4b72
|
@ -359,6 +359,8 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
|
|||
break;
|
||||
case 'video/webm':
|
||||
case 'video/mp4':
|
||||
case 'video/avi':
|
||||
case 'video/msvideo':
|
||||
case 'video/x-msvideo':
|
||||
$this->contentHeading(getMLText("preview"));
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user