tamland / airsonic-refix

Modern web UI for Subsonic compatible servers
GNU Affero General Public License v3.0
304 stars 48 forks source link

Added saving and loading of playqueue. #139

Closed brian-doherty closed 4 weeks ago

brian-doherty commented 4 months ago

Added saving of playqueue to server upon queue change, song advance, play / pause, and every 30 seconds while playing. Added loading of playqueue on startup whenever queue is empty.

tamland commented 4 weeks ago

b94c4472ddc8e467ce9ecba2bfaeb02104d08ead Had to reimplement due to too many edge cases where this wouldn't work. Play queue is store server side only now.