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.

fix: make song art size 0 by default

mobile users, those on very slow networks, and those on metered networks may have a bad experience with large queues. still configurable in settings of course

intergrav 8378abef e7e9df7e

+3 -3
+2 -2
src/css/base.css
··· 20 20 /* cover art sizing (customize via settings) */ 21 21 --icon: 16px; 22 22 --art-album: 32px; 23 - --art-artist: 16px; 24 - --art-song: 16px; 23 + --art-artist: 0px; 24 + --art-song: 0px; 25 25 --art-now-playing: 128px; 26 26 } 27 27
+1 -1
src/js/state.js
··· 18 18 scrobbling: true, 19 19 artArtist: 0, 20 20 artAlbum: 32, 21 - artSong: 16, 21 + artSong: 0, 22 22 artNowPlaying: 128, 23 23 }, 24 24 };