davros icon indicating copy to clipboard operation
davros copied to clipboard

Audio files do not play in 0.31.1

Open orblivion opened this issue 4 years ago • 1 comments

I'm pretty sure I've shared Davros grains to let people listen previously. If I inspect the element, I get:

<audio controls="controls"></audio>

I have a grain with videos, and they play. Inspecting element, I get:

<video src="/dav/filename.mp4" controls="controls"></video>

So the audio source looks like it's not getting set.

orblivion avatar Sep 25 '21 12:09 orblivion

Fixed in https://github.com/mnutt/davros/commit/6ac11a4ba89dd997b9fcb7c47728e337404edce4, to be released in 0.31.2.

mnutt avatar Sep 29 '21 02:09 mnutt