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

Configure Feed

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

chore: remove subsonic.png

since we have an icon now

intergrav 4a8478ef 3f98b44a

+2 -2
+1 -1
src/index.html
··· 159 159 <div id="now-playing"> 160 160 <img 161 161 id="cover-art" 162 - src="static/subsonic.png" 162 + src="static/tinysub.svg" 163 163 alt="cover" 164 164 loading="lazy" 165 165 />
+1 -1
src/js/player.js
··· 118 118 ui.trackTitle.textContent = STRINGS.NO_TRACK_PLAYING; 119 119 ui.trackArtist.textContent = ""; 120 120 clearLyrics(); 121 - ui.coverArt.src = "static/subsonic.png"; 121 + ui.coverArt.src = "static/tinysub.svg"; 122 122 ui.coverArt.srcset = ""; 123 123 ui.progress.value = 0; 124 124 ui.timeDisplay.textContent = "0:00 / 0:00";
src/static/subsonic.png

This is a binary file and will not be displayed.