lrkrol / Noctifer-Music

PHP HTML5 music player for self-hosted online libraries
GNU General Public License v3.0
56 stars 16 forks source link

Maintain music volume level #9

Closed donther closed 1 year ago

donther commented 2 years ago

When the player advances to a new song, the volume reverts back to full. While playing the previous song, I lowered the volume in the player. I would like the volume to stay at that lower level when playing the next (and following) songs. How can this be accomplished?

lrkrol commented 2 years ago

This issue was mentioned earlier and pull request #6 was created to solve it, which I have just merged. The current release should keep track of your volume changes.