Fix audio attachments do not get played via expose in mail's attachment list

This commit is contained in:
Hadi Nategh 2022-10-11 14:46:25 +02:00
parent c1694f676c
commit 0b96af85ef

View File

@ -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,