forked from cadence/breezewiki
ogg
This commit is contained in:
parent
f6b448ae8f
commit
cb2fb07b24
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
[(eq? content-type #f) `""]
|
[(eq? content-type #f) `""]
|
||||||
[(regexp-match? #rx"^image/" content-type)
|
[(regexp-match? #rx"^image/" content-type)
|
||||||
`(img (@ (src ,(u-proxy-url image-url))))]
|
`(img (@ (src ,(u-proxy-url image-url))))]
|
||||||
[(regexp-match? #rx"^audio/" content-type)
|
[(regexp-match? #rx"^audio/|^application/ogg$" content-type)
|
||||||
`(audio (@ (src ,(u-proxy-url image-url)) (controls)))]
|
`(audio (@ (src ,(u-proxy-url image-url)) (controls)))]
|
||||||
[(regexp-match? #rx"^video/" content-type)
|
[(regexp-match? #rx"^video/" content-type)
|
||||||
`(video (@ (src ,(u-proxy-url image-url)) (controls)))]
|
`(video (@ (src ,(u-proxy-url image-url)) (controls)))]
|
||||||
|
|
Loading…
Reference in a new issue