droppyjs / droppy

Self-hosted file storage
BSD 2-Clause "Simplified" License
104 stars 12 forks source link

Clicking on the "play" button on a mp3 file doesn't play the mp3 anymore like it used to. #9

Closed gissehel closed 3 years ago

gissehel commented 3 years ago

Scenario

Expected result

Actual result

Analyse

I can't find why this is happening, but it's not browser related : I have tracked down the problem to a change between tag 11.1.0 and 12.0.0 by dichotomie.

I suppose the problem comes from a change in client.js, but except for indentation, most changes are:

There an error in the console about volume, but I haven't been able to find the root of the problem yet. If I find, I'll try to provide a PR for it.

markhughes commented 3 years ago

Resolved now!

gissehel commented 3 years ago

Great ! It works, Thanks !