mnutt / davros

Personal file storage server
Apache License 2.0
297 stars 35 forks source link

Audio files do not play in 0.31.1 #138

Open orblivion opened 2 years ago

orblivion commented 2 years ago

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.

mnutt commented 2 years ago

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