a simple web player for subsonic tinysub.devins.page
subsonic navidrome javascript
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: last track's highlight doesnt update on end

+1
+1
src/js/player.js
··· 92 92 playTrack(state.queue[state.queueIndex]); 93 93 } else { 94 94 clearPlayerUI(); 95 + highlightCurrentTrack(); 95 96 } 96 97 } 97 98