mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix video media content for Expose view
This commit is contained in:
parent
7a81c7bfa4
commit
3b16ba88fe
@ -331,11 +331,10 @@ var et2_vfsMime = expose(et2_valueWidget.extend([et2_IDetachedDOM],
|
||||
{
|
||||
mediaContent = [{
|
||||
title: _value.name,
|
||||
type: 'video/*',
|
||||
sources:[{
|
||||
href: base_url + _value.download_url,
|
||||
type: _value.mime
|
||||
}]
|
||||
type: _value.mime,
|
||||
poster:'', // TODO: Should be changed by correct video thumbnail later
|
||||
thumbnail:this.egw().mime_icon(_value['mime'], _value['path']) ,
|
||||
href: base_url + _value.download_url,
|
||||
}];
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user