mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix audio attachments do not get played via expose in mail's attachment list
This commit is contained in:
parent
c1694f676c
commit
0b96af85ef
@ -697,7 +697,7 @@ export function ExposeMixin<B extends Constructor<LitElement>>(superclass : B)
|
||||
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