mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:49:10 +01:00
Fix audio attachments do not get played via expose in mail's attachment list
This commit is contained in:
parent
4ae6f15e37
commit
1d8f6c7546
@ -454,7 +454,7 @@ function expose(Base) {
|
||||
position: "right bottom,right-50 bottom-10",
|
||||
value: {
|
||||
content: {
|
||||
src: mediaContent.download_href
|
||||
src: mediaContent.download_href || mediaContent.href
|
||||
}
|
||||
},
|
||||
resizable: false,
|
||||
|
@ -476,7 +476,7 @@ function expose<TBase extends Constructor>(Base: TBase) {
|
||||
position:"right bottom,right-50 bottom-10",
|
||||
value: {
|
||||
content: {
|
||||
src:mediaContent.download_href
|
||||
src:mediaContent.download_href || mediaContent.href
|
||||
}
|
||||
},
|
||||
resizable: false,
|
||||
|
Loading…
Reference in New Issue
Block a user