droppyjs / droppy

Self-hosted file storage
https://droppyjs.com
BSD 2-Clause "Simplified" License
107 stars 13 forks source link

Fix/9 mp3 play #10

Closed markhughes closed 3 years ago

markhughes commented 3 years ago

Closes: #9

What are the changes and their implications?

For some reason the setVolume function was expecting a first param view. This was never passed properly. Instead, it was removed and the functionality replace with document.querySelector

Checklist