Subsonic Player PWA

Scrubber

Building out the controls a bit more with a scrubber to display the track progress. Moving the slider will skip to that point in the song. In an effort to stick with #HTML standards, I'm using an input of type range. I've never tried to style a range input before so I may have to create a #WebComponent later. #JavaScript